RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListColumns.Create Constructor

Creates and initializes a TListColumns object.

Pascal
constructor Create(AOwner: TCustomListView);
C++
__fastcall TListColumns(TCustomListView AOwner);

Applications should not need to call the Create method directly. Instances of TListView create the TListColumns object from their own constructors. The AOwner parameter is the TListView instance that uses the TListColumns object to implement its Columns property. 

 

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