[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'DBGrids' (#lcl)

TDBGrid.DefaultRowHeight

Default value for the height of newly created grid rows.

Declaration

Source position: dbgrids.pas line 480

published property TDBGrid.DefaultRowHeight;

Description

If new rows of the grid are created by changing the RowCount property, the height of these new rows will be set to the value of the DefaultRowHeight property.

After that the user may redefine this value. If the Options property includes the appropriate value, the row height may also be changed by the user at runtime.