API:Vcl.ComCtrls.TPageControl.SetTabIndex

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

Delphi

procedure SetTabIndex(Value: Integer); override;

C++

virtual void __fastcall SetTabIndex(int Value);

プロパティ

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

説明

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

Vcl.ComCtrls.TPageControl.SetTabIndex は Vcl.ComCtrls.TCustomTabControl.SetTabIndex を継承しています。以下の内容はすべて Vcl.ComCtrls.TCustomTabControl.SetTabIndex を参照しています。

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

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

関連項目