Unit 'Menus' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TPopupMenu

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: menus.pp line 452

type TPopupMenu = class(TMenu)

protected

  class procedure WSRegisterClass; override;

  

  procedure DoPopup(); virtual;

  

  procedure DoClose; virtual;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure PopUp();

  

  property PopupComponent: TComponent; [rw]

  

  property PopupPoint: TPoint; [r]

  

  procedure Close;

  

published

  property Alignment: TPopupAlignment; [rw]

  

  property AutoPopup: Boolean; [rw]

  

  property HelpContext: THelpContext; [rw]

  

  property TrackButton: TTrackButton; [rw]

  

  property OnPopup: TNotifyEvent; [rw]

  

  property OnClose: TNotifyEvent; [rw]

  

end;

Inheritance

TPopupMenu

  

|

TMenu

  

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio