[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Resizes the specified row number to the given height.
Source position: grids.pas line 1151
protected procedure TCustomGrid.ResizeRow( |
aRow: Integer; |
aHeight: Integer |
); |
aRow |
|
Row number resized in the method. |
aHeight |
|
New height for the row. |