RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItem.Owner Property

Specifies the TListItems object that owns the list item.

Pascal
property Owner: TListItems;
C++
__property TListItems Owner;

Use Owner to access the TListItems object that manages all the list items for the list view. Use the methods of the Owner object to temporarily prevent updates to the image of the list item while it is changed or to add or delete list items. 

Do not confuse the Owner property with the list view control that displays the item. The ListView property specifies the list view control that owns the TListItems object. 

 

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