Vcl.ComCtrls.THeaderSections.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(HeaderControl: TCustomHeaderControl);

C++

__fastcall THeaderSections(TCustomHeaderControl* HeaderControl);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls THeaderSections

Description

Creates and initializes a THeaderSections object.

The Create method takes a THeaderControl instance as a parameter.

See Also