RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCollectionItem.Collection Property

Specifies the TCollection instance to which the TCollectionItem belongs.

Pascal
property Collection: TCollection;
C++
__property TCollection Collection;

Each TCollectionItem belongs to the TCollection which creates it. The Collection property points to the collection object to which the item belongs. 

 

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