Vcl.ExtActns.TTabAction.Create
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TTabAction(System::Classes::TComponent* AOwner);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | Vcl.ExtActns.pas Vcl.ExtActns.hpp |
Vcl.ExtActns | TTabAction |
Description
Creates an instance of TTabAction.
Do not call the TTabAction constructor. Actions are added at design time to an action list or action manager.
AOwner specifies the Owner for the action. This is the component that is responsible for freeing the TTabAction instance.