Vcl.ActnMenus.TCustomActionMenuBar.GetPopupClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPopupClass: TCustomPopupClass; virtual;

C++

virtual TCustomPopupClass __fastcall GetPopupClass();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMenuBar

Description

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