RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSessionList.GetSessionNames Method

Populates a string list with the names of all available sessions.

Pascal
procedure GetSessionNames(List: TStrings);
C++
__fastcall GetSessionNames(TStrings List);

Call GetSessionNames to retrieve a list of all available sessions. List is a string list object, created and maintained by the application, into which to store session names. Names returned by GetSessionNames correspond to the SessionName properties of all available sessions. 

 

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