[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Provides indexed access to the list of values for the specified column number.
Source position: grids.pas line 1791
public property TCustomStringGrid.Cols[index: Integer] : TStrings |
Cols is an indexed TStrings property which provides access to the list of values for the column number specified in Index. Calls MapGetColsRows to retrieve the TStrings instance used as the value for the property.
lazarus-ccr.sourceforge.net |