RAD Studio VCL Reference
|
Lists the session IDs for all the sessions stored by the sessions service.
property IDs [I: Integer]: TSessionID;
__property TSessionID IDs[int I];
Use IDs to iterate over the session IDs of all the sessions that the sessions service stores.
I is the index of the session ID. It can be any value from 0 to IDCount – 1.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|