Klasse TMenu

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TMenu = class(TLCLComponent)

Beschreibung

no description available, TLCLComponent description follows

Hierarchie

Übersicht

Felder

Public FCompStyle: LongInt;

Methoden

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public procedure DestroyHandle; virtual;
Public function FindItem(AValue: PtrInt; Kind: TFindItemKind) : TMenuItem;
Public function IsShortcut(var Message: TLMKey): boolean;
Public function HandleAllocated: Boolean;
Public Function IsRightToLeft: Boolean;
Public procedure HandleNeeded;
Public function DispatchCommand(ACommand: Word): Boolean;

Eigenschaften

Public property Handle: HMenu read GetHandle;
Public property Parent: TComponent read FParent write SetParent;
Public property ShortcutHandled: boolean read FShortcutHandled write FShortcutHandled;
Published property Items: TMenuItem read FItems;
Published property Images: TCustomImageList read FImages write SetImages;

Beschreibung

Felder

Public FCompStyle: LongInt;
 

Methoden

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public procedure DestroyHandle; virtual;
 
Public function FindItem(AValue: PtrInt; Kind: TFindItemKind) : TMenuItem;
 
Public function IsShortcut(var Message: TLMKey): boolean;
 
Public function HandleAllocated: Boolean;
 
Public Function IsRightToLeft: Boolean;
 
Public procedure HandleNeeded;
 
Public function DispatchCommand(ACommand: Word): Boolean;
 

Eigenschaften

Public property Handle: HMenu read GetHandle;
 
Public property Parent: TComponent read FParent write SetParent;
 
Public property ShortcutHandled: boolean read FShortcutHandled write FShortcutHandled;
 
Published property Items: TMenuItem read FItems;
 
Published property Images: TCustomImageList read FImages write SetImages;
 

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