API:Vcl.ActnPopup.TCustomActionPopupMenuEx.GetPopupClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPopupClass: TCustomPopupClass; override;

C++

virtual Vcl::Actnmenus::TCustomPopupClass __fastcall GetPopupClass();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ActnPopup.pas
Vcl.ActnPopup.hpp
Vcl.ActnPopup TCustomActionPopupMenuEx

Description

Returns the class that will be used by the TCustomActionMenuBar when instantiating pop-up menu objects.

Vcl.ActnPopup.TCustomActionPopupMenuEx.GetPopupClass inherits from Vcl.ActnMenus.TCustomActionMenuBar.GetPopupClass. All content below this line refers to Vcl.ActnMenus.TCustomActionMenuBar.GetPopupClass.

Returns the class that will be used by the TCustomActionMenuBar when instantiating pop-up menu objects.

The GetPopupClass method returns the class that will be used by TCustomActionMenuBar when instantiating pop-up menu objects.

See Also