Vcl.ExtCtrls.TCategoryPanelSurface.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

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) { }

Propriétés

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

Description

Create crée et initialise une instance de TCategoryPanelSurface.

Appellez Create pour créer une TCategoryPanelSurface. Lorsqu'une TCategoryPanel est placée sur des fiches à la conception, TCategoryPanelSurface est créée automatiquement.

AOwner est le composant, généralement une fiche, responsable de la libération de la surface.

Create appelle la méthode héritée TCustomTransparentControl.Create.

Voir aussi