RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlCollection.GetControlItem Method

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

Pascal
function GetControlItem(AColumn: Integer; ARow: Integer): TControlItem;
C++
__fastcall TControlItem GetControlItem(int AColumn, int ARow);

GetControlItem is the protected read implementation of the ControlItems property. 

 

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