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

TCustomGrid.GetAutoFillColumnInfo

GetAutoFillColumnInfo - finds out information (max, min, priority) about the auto-fill properties of the indexed column

Declaration

Source position: grids.pas line 886

protected procedure TCustomGrid.GetAutoFillColumnInfo(

  const Index: Integer;

  var aMin: Integer;

  var aMax: Integer;

  var aPriority: Integer

); virtual;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.