Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomStringGrid.Cols

Provides indexed access to the list of values for the specified column number.

Declaration

Source position: grids.pas line 1791

public property TCustomStringGrid.Cols[index: Integer] : TStrings
  read GetCols
  write SetCols;

Description

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.