Vcl.ActnCtrls.TCustomActionToolBar.GetPopupClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPopupClass: TCustomActionBarClass; virtual;

C++

virtual Vcl::Actnman::TCustomActionBarClass __fastcall GetPopupClass();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomActionToolBar

Description

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

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

See Also