Vcl.WinXCtrls.TCustomSplitView.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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


説明

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

Create は、分割ビューのすべてのプロパティに対してデフォルト値を設定します。

関連項目