Vcl.ComCtrls.TCustomTabControl.SetTabIndex

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure SetTabIndex(Value: Integer); virtual;

C++

virtual void __fastcall SetTabIndex(int Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTabControl

説明

TabIndex プロパティを設定します。

SetTabIndex は、TabIndex プロパティの値を変更するために呼び出されます。下位クラスでは、SetTabIndex をオーバーライドして、このプロパティの実装を個別に行う必要があります。

関連項目