Vcl.ExtCtrls.TCustomCategoryPanel.GetCategoryPanelSurfaceClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCategoryPanelSurfaceClass: TCategoryPanelSurfaceClass; virtual;

C++

virtual TCategoryPanelSurfaceClass __fastcall GetCategoryPanelSurfaceClass();

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