chDestroy (Function) |
Top Previous Next |
The "chDestory()" function will destroy a CHANNEL variable. After the call to chDestroy(), the channel variable cannot be used in further operations.
Input: ch : CHANNEL When set to TRUE any content in the channel will automatically be disposed.
Returns: INT
Declaration: FUNCTION chDestroy : INT;
|