Vcl.ActnMan.TActionBars.SessionCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property SessionCount: Integer read FSessionCount write FSessionCount default 0;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionBars

Beschreibung

Gibt an, wie oft die Anwendung ausgeführt wurde.

In SessionCount wird gespeichert, wie oft die Anwendung ausgeführt wurde. Der Aktionsmanager verwendet diese Eigenschaft intern, um zu berechnen, ob ein bestimmtes TActionClientItem-Objekt in der Aktionsleiste angezeigt oder ausgeblendet wird.

Siehe auch