Vcl.ComCtrls.TCustomListView.Column
Delphi
property Column[Index: Integer]: TListColumn read GetColumnFromIndex;
C++
__property TListColumn* Column[int Index] = {read=GetColumnFromIndex};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomListView |
Description
Describes the column specified by the Index parameter.
Read Column to access the TListColumn object that describes the column attributes of a column in a report style list view. The Index parameter is the index of the column in the Columns property array.
Note: Column is only relevant when the value of the ViewStyle property is vsReport.
See Also
Code Examples