Vcl.WinXCtrls.TCustomRelativePanel.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomRelativePanel

Description

Creates an instance of the TCustomRelativePanel.

Create also initializes the ControlCollection property.

See Also