RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItems.Create Constructor

Creates an instance of TListItems.

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

Create instantiates a TListItems object. This constructor is rarely used in application code, because the list view object creates the list items object as needed. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!