Vcl.ExtActns.TNextTab.TabControl
Delphi
property TabControl: TCustomTabControl read FTabControl write FTabControl;
C++
__property TabControl;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.ExtActns.pas Vcl.ExtActns.hpp |
Vcl.ExtActns | TNextTab |
Description
Specifies the target of the action.
Vcl.ExtActns.TNextTab.TabControl inherits from Vcl.ExtActns.TTabAction.TabControl. All content below this line refers to Vcl.ExtActns.TTabAction.TabControl.
Specifies the target of the action.
Set TabControl to the control on which the action operates when its ExecuteTarget method is called. Typically, this is a page control or tab control object that implements the pages of a tabbed dialog.
An application must explicitly assign a value to the TabControl property before the TTabAction descendant is enabled. The action does not infer the target page control when it fires.