Vcl.ActnMan.TActionClientItem.LastSession

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LastSession: Integer read FLastSession write SetLastSession default 0;

C++

__property int LastSession = {read=FLastSession, write=SetLastSession, default=0};

Properties

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

Description

Specifies the date an action client was last used.

LastSession is used internally to specify the session number that the TActionClientItem last used in the application. The action manager uses LastSession to in its calculations to determine whether or not to hide or display the TActionClientItem on an action band.

See Also