Vcl.ExtCtrls.TRowSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TRowSize = 1..2147483647;

C++

typedef int TRowSize;

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls Vcl.ExtCtrls

Description

Specifies the maximum size of a row in a TCustomControlBar.

TRowSize is a natural positive nonzero number that specifies the maximum size of a row in a TCustomControlBar component. TRowSize is in the range from 1 through 2147483647.

See Also