FMX.StdCtrls.TSwitch

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

FMX.StdCtrls.TCustomSwitchFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTSwitch

Delphi

TSwitch = class(TCustomSwitch)

C++

class PASCALIMPLEMENTATION TSwitch : public TCustomSwitch

プロパティ

種類 可視性 ソース ユニット
class public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls FMX.StdCtrls

説明

アプリケーションで使用するための双方向オン/オフ スイッチを表します。


TSwitch を使用するのは、双方向のオン/オフ スイッチをユーザーに提供する必要がある場合です。

Switches.png

関連項目