Vcl.WinXCtrls.TCustomToggleSwitch.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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


説明

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

Create では、トグル スイッチのすべてのプロパティにデフォルト値が設定されます。

関連項目