Vcl.ComCtrls.TCustomTabControl.RowCount
Delphi
function RowCount: Integer;
C++
int __fastcall RowCount();
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomTabControl |
説明
TabIndex プロパティを設定します。
RowCount は,TabIndex プロパティの値を変更するときに呼び出します。子孫クラスで,このプロパティの特別な実装を行うときは,RowCount をオーバーライドしなければなりません。