RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageControl.SetTabIndex Method

Sets the TabIndex property.

Pascal
procedure SetTabIndex(Value: Integer); override;
C++
virtual __fastcall SetTabIndex(int Value);

SetTabIndex is called to change the value of the TabIndex property. Descendant classes should override SetTabIndex to provide special implementations of this property. 

 

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