Vcl.ExtCtrls.TCustomCategoryPanel.GetCategoryPanelSurfaceClass

From RAD Studio API Documentation

Delphi

function GetCategoryPanelSurfaceClass: TCategoryPanelSurfaceClass; virtual;

C++

virtual TCategoryPanelSurfaceClass __fastcall GetCategoryPanelSurfaceClass(void);

Properties

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

Description

GetCategoryPanelSurfaceClass returns the TCustomCategoryPanel surface class.

GetCategoryPanelSurfaceClass is internally used to get the TCustomCategoryPanel surface class.

See Also