RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCollection.Owner Method

Returns the Owner of the collection.

Pascal
function Owner: TPersistent;
C++
__fastcall TPersistent * Owner();

Call Owner to obtain a reference to the object that owns this collection. Typically, the owner uses the collection to implement one of its properties. 

 

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