Vcl.ExtActns.TPreviousTab.TabControl

From RAD Studio API Documentation
Jump to: navigation, search

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 TPreviousTab

Description

Specifies the target of the action.

Vcl.ExtActns.TPreviousTab.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.

See Also