API:Vcl.Bind.Navigator.TBindNavigateCancel.Create
Delphi
constructor Create(AComponent: TComponent); override;
C++
__fastcall virtual TBindNavigateCancel(System::Classes::TComponent* AComponent)/* overload */;
/* TBindNavigateAction.Create */ inline __fastcall TBindNavigateCancel(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 | TBindNavigateCancel |
説明
Creates は、TAction オブジェクトを作成および初期化します。
Vcl.Bind.Navigator.TBindNavigateCancel.Create は Vcl.ActnList.TAction.Create を継承しています。以下の内容はすべて Vcl.ActnList.TAction.Create を参照しています。
Creates は、TAction オブジェクトを作成および初期化します。
アプリケーションは、通常、明示的にアクション オブジェクトを作成しません。アクションは、設計時に、アクション マネージャまたはアクション リスト コンポーネントに追加されると、自動的に作成されます。 実行時に TAction をインスタンス化する場合には、Create を呼び出した後、TActionList または TActionManager コンポーネントを、新しいアクションの ActionList プロパティに割り当てます。
Create は、DisableIfNoHandler を True に設定し、つまり、OnExecute イベント ハンドラがない場合、アクションにはアクセスできません。