RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ISessionsService.CheckStatusChange Method

Checks whether any sessions have started or terminated.

Pascal
function CheckStatusChange: Boolean;
C++
__fastcall Boolean CheckStatusChange();

CheckStatusChange examines the sessions currently in memory to see if any sessions have been started or terminated since the last call to NotifyStatusChange. If a session has started or terminated since the last call, CheckStatusChange returns true. Otherwise, it returns false. 

 

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