RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ISessionsService.Clear Method

Deletes all sessions from memory.

Pascal
procedure Clear;
C++
__fastcall Clear();

Call Clear to empty the sessions service of all the sessions it has stored in memory. Clear does not terminate active sessions in an orderly fashion (for example, it omits the call to NotifyStatusChange), it merely frees all memory used to store sessions. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!