Klasse TCustomActionList

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TCustomActionList = class(TLCLComponent)

Beschreibung

no description available, TLCLComponent description follows

Hierarchie

Übersicht

Methoden

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public function ExecuteAction(Action: TBasicAction): Boolean; override;
Public function IsShortCut(var Message: TLMKey): Boolean;
Public function UpdateAction(Action: TBasicAction): Boolean; override;
Public function IndexOfName(const ActionName: string): integer;
Public function ActionByName(const ActionName: string): TContainedAction;

Eigenschaften

Public property Actions[Index: Integer]: TContainedAction read GetAction write SetAction;
Public property ActionCount: Integer read GetActionCount;
Public property Images: TCustomImageList read FImages write SetImages;
Public property State: TActionListState read FState write SetState default asNormal;

Beschreibung

Methoden

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public function ExecuteAction(Action: TBasicAction): Boolean; override;
 
Public function IsShortCut(var Message: TLMKey): Boolean;
 
Public function UpdateAction(Action: TBasicAction): Boolean; override;
 
Public function IndexOfName(const ActionName: string): integer;
 
Public function ActionByName(const ActionName: string): TContainedAction;
 

Eigenschaften

Public property Actions[Index: Integer]: TContainedAction read GetAction write SetAction;
 
Public property ActionCount: Integer read GetActionCount;
 
Public property Images: TCustomImageList read FImages write SetImages;
 
Public property State: TActionListState read FState write SetState default asNormal;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:51