Changes between Version 3 and Version 4 of DevFunctionsApiTerminateComponent
- Timestamp:
- 04/06/07 08:18:42 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevFunctionsApiTerminateComponent
v3 v4 1 = = procedure Terminatecomponent ==2 1 = procedure !TerminateComponent = 2 ---- 3 3 '''procedure''' Terminatecomponent(Component : PChar); 4 4 … … 7 7 8 8 [[BR]] 9 == = Parameters ===9 == Parameters == 10 10 11 11 * __''Component:__ PChar'' … … 15 15 16 16 [[BR]] 17 == = Description ===17 == Description == 18 18 19 19 The Terminatecomponent function can be used to terminate a component completely. This function will not close the application in a normal way, it will terminate the process of the target application.[[BR]] … … 21 21 22 22 [[BR]] 23 == = Examples ===23 == Examples == 24 24 25 25 {{{
