RAD Studio VCL Reference
|
Gets or sets the status for the web session.
property StatusFlags: TSessionStatusFlags;
__property TSessionStatusFlags StatusFlags;
Set StatusFlags to change the state of the web session. (more here)
The TSessionStatusFlags type defines the set of possible state flags for the StatusFlags property. The following table lists the possible values for the TSessionStatusFlags type and the meaning corresponding to each flag:
Flag |
Web session state |
ssStarted |
The web session is started. |
ssTerminated |
The web session is terminated. |
ssTimeout |
The web session is timed-out. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|