[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 944

protected procedure TCustomGrid.GetAutoFillColumnInfo(

  const Index: Integer;

  var aMin: Integer;

  var aMax: Integer;

  var aPriority: Integer

); virtual;