Vcl.WinXCtrls.TCustomRelativePanel.Create

提供: RAD Studio API Documentation
移動先: 案内検索

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) { }

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomRelativePanel


説明

TCustomRelativePanelのインスタンスを作成します。

Create はまた、ControlCollection プロパティを初期化します。

関連項目