Vcl.ExtCtrls.TCustomCategoryPanelGroup.GetCategoryPanelClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCategoryPanelClass: TCategoryPanelClass; virtual;

C++

virtual TCategoryPanelClass __fastcall GetCategoryPanelClass();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomCategoryPanelGroup

Description

Gets the class of a category panel.

Call GetCategoryPanelClass to get the current class of a category panel. GetCategoryPanelClass is a protected method used in the implementation of a TCategoryPanelGroup method to retrieve the class of a category panel used to create an instance of that class.