Menus.TPopupMenu Methods
From RAD Studio VCL Reference
Delphi Information
| function UseRightToLeftAlignment(): Boolean; |
Specifies whether the control's alignment is in a right-to-left mode. |
| procedure DoPopup(Sender: TObject); virtual; |
Generates an OnPopup event. |
| procedure SetPopupPoint(APopupPoint: TPoint); | |
| procedure Popup(X: Integer; Y: Integer); virtual; |
Displays the pop-up menu onscreen. |
Unit: Menus
Type: method
Visibility: public
Member Of: TPopupMenu
C++ Information
| bool __fastcall UseRightToLeftAlignment(void); |
Specifies whether the control's alignment is in a right-to-left mode. |
| virtual void __fastcall DoPopup(System::TObject * Sender); |
Generates an OnPopup event. |
| void __fastcall SetPopupPoint(const Types::TPoint & APopupPoint); | |
| virtual void __fastcall Popup(int X, int Y); |
Displays the pop-up menu onscreen. |
Unit: Menus
Type: method
Visibility: public
Member Of: TPopupMenu
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!