RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlCollection.Controls Property

Lists the controls associated with the control items in the control collection.

Pascal
property Controls [AColumn, ARow: Integer]: TControl;
C++
__property TControl * Controls[int AColumn, ARow];

Use Controls to access individual controls associated with control items in the collection. Each control is identified through the Row and Column properties of its corresponding control item. 

 

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