Classes.TCollectionItem.Collection
From RAD Studio VCL Reference
Delphi Information
From Classes.pas
property Collection: TCollection read FCollection write SetCollection;
Unit: Classes
Type: property
Visibility: public
Member Of: TCollectionItem
C++ Information
From Classes.hpp
__property Classes::TCollection * Collection = {read=FCollection,write=SetCollection};
Unit: Classes
Type: property
Visibility: public
Member Of: TCollectionItem
Description
Specifies the TCollection instance to which the TCollectionItem belongs.
Each TCollectionItem belongs to the TCollection which creates it. The Collection property points to the collection object to which the item belongs.