RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClientItem.SetCollection Method

Sets the value of the Collection property.

Pascal
procedure SetCollection(Value: TCollection); override;
C++
virtual __fastcall SetCollection(TCollection Value);

SetCollection is the protected write implementation of the Collection property.  

Value specifies the collection to which this item should be added. 

SetCollection removes this item from the collection to which it currently belongs and adds it to the collection specified by Value. 

 

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