Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TCustomActionList = class(TLCLComponent)
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function ExecuteAction(Action: TBasicAction): Boolean; override; |
![]() |
function IsShortCut(var Message: TLMKey): Boolean; |
![]() |
function UpdateAction(Action: TBasicAction): Boolean; override; |
![]() |
function IndexOfName(const ActionName: string): integer; |
![]() |
function ActionByName(const ActionName: string): TContainedAction; |
![]() |
property Actions[Index: Integer]: TContainedAction
read GetAction write SetAction; |
![]() |
property ActionCount: Integer read GetActionCount; |
![]() |
property Images: TCustomImageList read FImages write SetImages; |
![]() |
property State: TActionListState read FState write SetState default asNormal; |
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function ExecuteAction(Action: TBasicAction): Boolean; override; |
![]() |
function IsShortCut(var Message: TLMKey): Boolean; |
![]() |
function UpdateAction(Action: TBasicAction): Boolean; override; |
![]() |
function IndexOfName(const ActionName: string): integer; |
![]() |
function ActionByName(const ActionName: string): TContainedAction; |
![]() |
property Actions[Index: Integer]: TContainedAction
read GetAction write SetAction; |
![]() |
property ActionCount: Integer read GetActionCount; |
![]() |
property Images: TCustomImageList read FImages write SetImages; |
![]() |
property State: TActionListState read FState write SetState default asNormal; |