Klasse TPopupMenu
Unit
Menus
Deklaration
type TPopupMenu = class(TMenu)
Beschreibung
no description available, TMenu description follows
no description available, TLCLComponent description follows
Hierarchie
Übersicht
Methoden
Eigenschaften
 |
property PopupComponent: TComponent read FPopupComponent
write FPopupComponent; |
 |
property PopupPoint: TPoint read FPopupPoint; |
 |
property AutoPopup: Boolean read FAutoPopup write FAutoPopup default True; |
 |
property OnPopup: TNotifyEvent read FOnPopup write FOnPopup; |
 |
property OnClose: TNotifyEvent read FOnClose write FOnClose; |
Beschreibung
Methoden
 |
constructor Create(AOwner: TComponent); override; |
|
 |
destructor Destroy; override; |
|
 |
procedure PopUp(X, Y: Integer); |
|
 |
procedure Close; |
|
 |
procedure DoClose; |
|
Eigenschaften
 |
property PopupComponent: TComponent read FPopupComponent
write FPopupComponent; |
|
 |
property PopupPoint: TPoint read FPopupPoint; |
|
 |
property AutoPopup: Boolean read FAutoPopup write FAutoPopup default True; |
|
 |
property OnPopup: TNotifyEvent read FOnPopup write FOnPopup; |
|
 |
property OnClose: TNotifyEvent read FOnClose write FOnClose; |
|
Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:03:02