RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlCollection.GetControl Method

Returns the control of the first control item in the collection with the specified Row and Column properties.

Pascal
function GetControl(AColumn: Integer; ARow: Integer): TControl;
C++
__fastcall TControl * GetControl(int AColumn, int ARow);

GetControl is the protected read implementation of the Controls property. 

 

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