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) { }
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | Vcl.Bind.Navigator.pas Vcl.Bind.Navigator.hpp |
Vcl.Bind.Navigator | TBindNavigateCancel |
Description
Creates and initializes a TAction object.
Vcl.Bind.Navigator.TBindNavigateCancel.Create inherits from Vcl.ActnList.TAction.Create. All content below this line refers to Vcl.ActnList.TAction.Create.
Creates and initializes a TAction object.
Applications do not usually create action objects explicitly. Actions are created automatically when you add them to an action manager or action list component at design time. When instantiating TAction at run time, assign a TActionList or TActionManager component to the new action's ActionList property after calling Create.
Create sets the DisableIfNoHandler to True, that is, the action is inaccessible if it does not have an OnExecute event handler.