Developer

RowHeight

Specifies vertical size of row.

property RowHeight[Index: Integer]: Integer read GetRowHeight write SetRowHeight;

Remarks


Descendants override GetRowHeight and SetRowHeight methods to implement own mechanism for saving heights.

Getting or setting this property of TNextGrid class (NextGrid component) gets or sets Height property of row. However using RowHeight property is recommended than setting Height property of Trow.

TNextDBGrid class (NextDBGrid component) uses a different mechanism.

See also