Vcl.Bind.Navigator.TBindNavigateRefresh.Create

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

Delphi

constructor Create(AComponent: TComponent); override;

C++

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

プロパティ

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

説明


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

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

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

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

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

関連項目