API:Vcl.StdCtrls.TCustomButton

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

Vcl.StdCtrls.TButtonControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomButton

Delphi

TCustomButton = class(TButtonControl)

C++

class PASCALIMPLEMENTATION TCustomButton : public TButtonControl

プロパティ

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

説明

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

Vcl.StdCtrls.TCustomButton は Vcl.StdCtrls.TButtonControl を継承しています。以下の内容はすべて Vcl.StdCtrls.TButtonControl を参照しています。

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

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

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

関連項目