RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTabAction.TabControl Property

Specifies the target of the action.

Pascal
property TabControl: TCustomTabControl;
C++
__property TCustomTabControl TabControl;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!