| Description | Hierarchy | Fields | Methods | Properties |
type TMenu = class(TMenuEntryWithCaption)
TMenuEntry that contains a list of menu entries. This is the basic class to represent a drop-down menu, a submenu etc.
![]() |
function EntriesCount: Integer; |
![]() |
procedure Insert(Index: Integer; Value: TMenuEntry); |
![]() |
procedure Append(Value: TMenuEntry); |
![]() |
procedure EntryDelete(Index: Integer); |
![]() |
procedure EntriesDeleteAll; |
![]() |
constructor Create(const ACaption: String); |
![]() |
destructor Destroy; override; |
![]() |
property Entries[Index: Integer]: TMenuEntry read GetEntries; |
![]() |
function EntriesCount: Integer; |
![]() |
procedure Insert(Index: Integer; Value: TMenuEntry); |
![]() |
procedure Append(Value: TMenuEntry); |
|
Same as Insert(EntriesCount, Value) | |
![]() |
procedure EntryDelete(Index: Integer); |
![]() |
procedure EntriesDeleteAll; |
![]() |
constructor Create(const ACaption: String); |
![]() |
destructor Destroy; override; |
![]() |
property Entries[Index: Integer]: TMenuEntry read GetEntries; |
|
This objects OWNS his | |