RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlCollection.SetControl Method

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

Pascal
procedure SetControl(AColumn: Integer; ARow: Integer; Value: TControl);
C++
__fastcall SetControl(int AColumn, int ARow, TControl * Value);

SetControl is the protected write implementation of the Controls property. 

 

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