Vcl.ExtCtrls.TCategoryPanelSurface.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCategoryPanelSurface(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCategoryPanelSurface(HWND ParentWindow) : Vcl::Controls::TCustomTransparentControl(ParentWindow) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCategoryPanelSurface

Description

Create creates and initializes an instance of TCategoryPanelSurface.

Call Create to create a TCategoryPanelSurface. When a TCategoryPanel is placed on forms at design time, the TCategoryPanelSurface is created automatically.

AOwner is the component, typically a form, that is responsible for freeing the surface.

Create calls the inherited method TCustomTransparentControl.Create.

See Also