FMX.StdCtrls.TCustomButton

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

FMX.StdCtrls.TPresentedTextControlFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentTCustomButton

Delphi

TCustomButton = class(TPresentedTextControl, IGlyph)

C++

class PASCALIMPLEMENTATION TCustomButton : public TPresentedTextControl

プロパティ

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

説明

あらゆるボタンの基底クラスを表します。


TCustomButton は、TButton などのあらゆるボタン コンポーネントの基底クラスです。アプリケーション用にカスタム ボタンを作成する必要がある場合は、そのコンポーネントを TCustomButton から派生させるとよいでしょう。これには、ボタンの基本的な描画および操作機能が既に実装されているからです。

関連項目

コード例