CTExit()
Uninitializes the CT3 library
Syntax
CTExit() -> nil
Arguments
none
Returns
nil
Description
The CTExit() function uninitializes the CT3 library. Identical code is declared as EXIT FUNCTION, thus should be executed automatically at the end of the application, but it is a good idea to call it explicitly somewhere at the end of your program to make sure that the deinitialization takes place.
Compliance
CTExit() is a new function in Harbour’s CT3 library.
Platforms
All
Files
Source is ct.prg, library is libct.
Seealso
CTCINIT(), CTINIT(), CTCEXIT()
Pingback: Clipper Tools Set Functions | Viva Clipper !
Pingback: Harbour All Functions – C | Viva Clipper !