Vcl.ComCtrls.TCustomTabControl.RowCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RowCount: Integer;

C++

int __fastcall RowCount();

Properties

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

Description

Sets TabIndex property.

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

See Also