Vcl.ComCtrls.TCustomTabControl.RowCount

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

Delphi

function RowCount: Integer;

C++

int __fastcall RowCount();

プロパティ

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

説明

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

RowCount は,TabIndex プロパティの値を変更するときに呼び出します。子孫クラスで,このプロパティの特別な実装を行うときは,RowCount をオーバーライドしなければなりません。

関連項目