RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSessionList.Count Property

Indicates the number of available sessions for the application.

Pascal
property Count: Integer;
C++
__property int Count;

Read Count to determine the current number of available sessions. Count is typically used to iterate through the list of available sessions to perform some universal action on all sessions. Used with the Sessions property, which enables an application to access a session by index number, Count specifies the maximum number of index entries for Sessions (Count - 1). 

 

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