RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListColumns.Add Method

Creates a new TListColumn instance and adds it to the Items array.

Pascal
function Add: TListColumn;
C++
__fastcall TListColumn Add();

Call Add to add a new list column to the end of the items array. Add returns the new list column. At design time, use the list view control's Columns editor to add columns to the list view. 

 

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