Vcl.ComCtrls.TCustomTabControl.SetTabIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTabIndex(Value: Integer); virtual;

C++

virtual void __fastcall SetTabIndex(int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTabControl

Description

Sets the TabIndex property.

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

See Also