Vcl.ComCtrls.THeaderSection.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Collection: TCollection); override;

C++

__fastcall virtual THeaderSection(System::Classes::TCollection* Collection);

Properties

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

Description

Creates and initializes a header section.

Do not instantiate a THeaderSection object. Header sections are created automatically by the THeaderSections objects that use them. To add a section to a THeaderSections object, use its Add method instead.

Create takes a THeaderSections instance as its argument.

See Also