[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Contains the first visible column for the grid control.
Source position: dbgrids.pas line 567
public property TCustomDBGrid.FirstColumn : TColumn |
FirstColumn is a read-only TColumn property which contains the first visible column for the grid control. Calls GetFirstVisibleColumn and ColumnIndexFromGridColumn to get the ordinal position for the column. The property value is Nil if the column number was not found.
lazarus-ccr.sourceforge.net |