[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Get the default row height for records displayed in the grid
Source position: dbgrids.pas line 467
protected function TCustomDBGrid.GetDefaultRowHeight: Integer; override; |
Default height for records displayed in the control
GetDefaultRowHeight is an overriden Integer function used to get the default row height for records displayed in the grid control. GetDefaultRowHeight calls the inherited GetDefaultRowHeight method to get the return vaue for the method. The calculated row height is decreased by 2 pixels to allow space for borders on the editors overlaid onto the grid control.
|
GetDefaultRowHeight - returns the default row height |
lazarus-ccr.sourceforge.net |