RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListColumns.Items Property

Lists the columns in the collection.

Pascal
property Items [Index: Integer]: TListColumn;
C++
__property TListColumn Items[int Index];

Use Items to directly access the list column objects in the collection. The value of the Index parameter corresponds to the Index property of TListColumn. It represents the position of the column in the list view. 

 

Count 

operator_[]

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!