RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSessions.SessionExists Method

Indicates whether the specified session exists.

Pascal
function SessionExists(AID: TSessionID): Boolean;
C++
__fastcall Boolean SessionExists(TSessionID AID);

Call SessionExists to indicate whether the specified session exists. Set SessionExists to true to indicate to the server that the session is still alive, or false to indicate that it is not. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!