Vcl.ActnMan.TActionBars.SessionCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SessionCount: Integer read FSessionCount write FSessionCount default 0;

C++

__property int SessionCount = {read=FSessionCount, write=FSessionCount, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionBars

Description

Returns the number of times the application has been run.

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.

See Also