Osztály TMenuItem
Egység
Deklaráció
type TMenuItem = class(TComponent)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TPersistent
- TComponent
- TMenuItem
Áttekintés
Metódusok
![]() |
function Create(AOwner: TComponent): TMenuItem; |
![]() |
procedure InitiateAction; |
![]() |
procedure Insert(Index: LongInt; Item: TMenuItem); |
![]() |
procedure Delete(Index: LongInt); |
![]() |
procedure Clear; |
![]() |
procedure Click; |
![]() |
function Find(ACaption: string): TMenuItem; |
![]() |
function IndexOf(Item: TMenuItem): LongInt; |
![]() |
function IsLine: Boolean; |
![]() |
function GetParentComponent: TComponent; |
![]() |
function HasParent: Boolean; |
![]() |
function NewTopLine: LongInt; |
![]() |
function NewBottomLine: LongInt; |
![]() |
function InsertNewLineBefore(AItem: TMenuItem): LongInt; |
![]() |
function InsertNewLineAfter(AItem: TMenuItem): LongInt; |
![]() |
procedure Add(Item: TMenuItem); |
![]() |
procedure Remove(Item: TMenuItem); |
![]() |
function RethinkHotkeys: Boolean; |
![]() |
function RethinkLines: Boolean; |
Tulajdonságok
![]() |
property Command: Word; |
![]() |
property Handle: HMENU; |
![]() |
property Count: LongInt; |
![]() |
property Items[param1: LongInt]: TMenuItem; |
![]() |
property MenuIndex: LongInt; |
![]() |
property Parent: TMenuItem; |
![]() |
property AutoHotkeys: TMenuItemAutoFlag; |
![]() |
property AutoLineReduction: TMenuItemAutoFlag; |
![]() |
property Bitmap: TBitmap; |
![]() |
property Caption: string; |
![]() |
property Checked: Boolean; |
![]() |
property Default: Boolean; |
![]() |
property Enabled: Boolean; |
![]() |
property GroupIndex: Byte; |
![]() |
property HelpContext: THelpContext; |
![]() |
property Hint: string; |
![]() |
property RadioItem: Boolean; |
![]() |
property ShortCut: TShortCut; |
![]() |
property Visible: Boolean; |
![]() |
property OnClick: TNotifyEvent; |
![]() |
property OnDrawItem: TMenuDrawItemEvent; |
![]() |
property OnAdvancedDrawItem: TAdvancedMenuDrawItemEvent; |
![]() |
property OnMeasureItem: TMenuMeasureItemEvent; |
Megjegyzés
Metódusok
![]() |
function Create(AOwner: TComponent): TMenuItem; |
|
This item has no description. | |
![]() |
procedure InitiateAction; |
|
This item has no description. | |
![]() |
procedure Insert(Index: LongInt; Item: TMenuItem); |
|
This item has no description. | |
![]() |
procedure Delete(Index: LongInt); |
|
This item has no description. | |
![]() |
procedure Clear; |
|
This item has no description. | |
![]() |
procedure Click; |
|
This item has no description. | |
![]() |
function Find(ACaption: string): TMenuItem; |
|
This item has no description. | |
![]() |
function IndexOf(Item: TMenuItem): LongInt; |
|
This item has no description. | |
![]() |
function IsLine: Boolean; |
|
This item has no description. | |
![]() |
function GetParentComponent: TComponent; |
|
This item has no description. | |
![]() |
function HasParent: Boolean; |
|
This item has no description. | |
![]() |
function NewTopLine: LongInt; |
|
This item has no description. | |
![]() |
function NewBottomLine: LongInt; |
|
This item has no description. | |
![]() |
function InsertNewLineBefore(AItem: TMenuItem): LongInt; |
|
This item has no description. | |
![]() |
function InsertNewLineAfter(AItem: TMenuItem): LongInt; |
|
This item has no description. | |
![]() |
procedure Add(Item: TMenuItem); |
|
This item has no description. | |
![]() |
procedure Remove(Item: TMenuItem); |
|
This item has no description. | |
![]() |
function RethinkHotkeys: Boolean; |
|
This item has no description. | |
![]() |
function RethinkLines: Boolean; |
|
This item has no description. | |
Tulajdonságok
![]() |
property Command: Word; |
|
This item has no description. | |
![]() |
property Handle: HMENU; |
|
This item has no description. | |
![]() |
property Count: LongInt; |
|
This item has no description. | |
![]() |
property Items[param1: LongInt]: TMenuItem; |
|
This item has no description. | |
![]() |
property MenuIndex: LongInt; |
|
This item has no description. | |
![]() |
property Parent: TMenuItem; |
|
This item has no description. | |
![]() |
property AutoHotkeys: TMenuItemAutoFlag; |
|
This item has no description. | |
![]() |
property AutoLineReduction: TMenuItemAutoFlag; |
|
This item has no description. | |
![]() |
property Bitmap: TBitmap; |
|
This item has no description. | |
![]() |
property Caption: string; |
|
This item has no description. | |
![]() |
property Checked: Boolean; |
|
This item has no description. | |
![]() |
property Default: Boolean; |
|
This item has no description. | |
![]() |
property Enabled: Boolean; |
|
This item has no description. | |
![]() |
property GroupIndex: Byte; |
|
This item has no description. | |
![]() |
property HelpContext: THelpContext; |
|
This item has no description. | |
![]() |
property Hint: string; |
|
This item has no description. | |
![]() |
property RadioItem: Boolean; |
|
This item has no description. | |
![]() |
property ShortCut: TShortCut; |
|
This item has no description. | |
![]() |
property Visible: Boolean; |
|
This item has no description. | |
![]() |
property OnClick: TNotifyEvent; |
|
This item has no description. | |
![]() |
property OnDrawItem: TMenuDrawItemEvent; |
|
This item has no description. | |
![]() |
property OnAdvancedDrawItem: TAdvancedMenuDrawItemEvent; |
|
This item has no description. | |
![]() |
property OnMeasureItem: TMenuMeasureItemEvent; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
