Vcl.ComCtrls.TCustomHeaderControl.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomHeaderControl

Description

Instancie un objet TCustomHeaderControl.

TCustomHeaderControl est une classe abstraite et ne doit pas être instanciée dans le code d'une application. Les sous-classes concrètes, telles que THeaderControl, appellent le constructeur TCustomHeaderControl dans leurs propres constructeurs.