RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionBars.SessionCount Property

Returns the number of times the application has been run.

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

The SessionCount property stores the number of times the application has been run. SessionCount is used internally, by the action manager, in the calculation to determine whether a TActionClientItem is hidden or displayed on an action bar. 

 

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