Vcl.ExtActns.TTabAction.TabControl
Delphi
property TabControl: TCustomTabControl read FTabControl write FTabControl;
C++
__property Vcl::Comctrls::TCustomTabControl* TabControl = {read=FTabControl, write=FTabControl};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ExtActns.pas Vcl.ExtActns.hpp |
Vcl.ExtActns | TTabAction |
Description
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.