RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlCollection.SetItem Method

Copies the properties of another control item to a specified control item in the Items collection.

Pascal
procedure SetItem(Index: Integer; Value: TControlItem);
C++
__fastcall SetItem(int Index, TControlItem Value);

SetItem is the protected write implementation of the Items property. 

 

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