Fmx.Bind.Navigator.TFMXBindNavigateFirst.Create

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

Delphi

constructor Create(AComponent: TComponent); override;

C++

__fastcall virtual TFMXBindNavigateFirst(System::Classes::TComponent* AComponent)/* overload */;
/* TFMXBindNavigateAction.Create */ inline __fastcall TFMXBindNavigateFirst(System::Classes::TComponent* AComponent, Data::Bind::Controls::TNavigateButton AButton)/* overload */ : TFMXBindNavigateAction(AComponent, AButton) { }

プロパティ

種類 可視性 ソース ユニット
constructor public
Fmx.Bind.Navigator.pas
Fmx.Bind.Navigator.hpp
Fmx.Bind.Navigator TFMXBindNavigateFirst

説明


Creates は、TAction オブジェクトを作成および初期化します。

Fmx.Bind.Navigator.TFMXBindNavigateFirst.Create は FMX.ActnList.TAction.Create を継承しています。以下の内容はすべて FMX.ActnList.TAction.Create を参照しています。

Creates は、TAction オブジェクトを作成および初期化します。

アプリケーションは、通常、明示的にアクション オブジェクトを作成しません。 アクションは、設計時に、アクション マネージャまたはアクション リスト コンポーネントに追加されると、自動的に作成されます。 実行時に TAction をインスタンス化する場合には、Create を呼び出した後、TActionList コンポーネントを、新しいアクションの ActionList プロパティに割り当てます。

Create は、DisableIfNoHandlerTrue に設定し、つまり、OnExecute イベント ハンドラがない場合、アクションにはアクセスできません。

関連項目