Vcl.StdCtrls.TButtonControl

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

Vcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTButtonControl

Delphi

TButtonControl = class(TWinControl)

C++

class PASCALIMPLEMENTATION TButtonControl : public Vcl::Controls::TWinControl

プロパティ

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

説明

TButtonControl は,Windows ボタンコントロールを表すオブジェクトの基本クラスです。

TButtonControl は,ボタンコントロール,チェックボックス,およびラジオボタンに共通した動作をカプセル化します。TButtonControl は,Windows ボタンのラッパーとなるボタンを定義するときの基本クラスです。アプリケーションでは TButtonControl のインスタンスを直接作成しないでください。かわりに TButtonControl の下位オブジェクトを使用して,フォーム上にプッシュボタン,チェックボックス,ラジオボタンを配置します。

メモ:  TSpeedButton などの一部のボタンは,Windows ボタンのラッパーはありません(TButtonControl の派生オブジェクトではありません)。

関連項目