Vcl.ExtCtrls.TRowSize
Delphi
TRowSize = 1..MaxInt;
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.