Vcl.ComCtrls.THeaderSections.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(HeaderControl: TCustomHeaderControl);

C++

__fastcall THeaderSections(TCustomHeaderControl* HeaderControl);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls THeaderSections

Beschreibung

Erstellt und initialisiert ein THeaderSections-Objekt.

Die Methode Create nimmt als Parameter eine Instanz von THeaderControl entgegen.

Siehe auch