Vcl.ExtCtrls.THeader.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls THeader

Description

Creates a new THeader object.

Call Create to instantiate a header at runtime. Headers added to forms at design time are created automatically.

The AOwner parameter initializes the Owner property of the header.

See Also