RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlCollection.ControlItems Property

Lists the control items in the control collection.

Pascal
property ControlItems [AColumn, ARow: Integer]: TControlItem;
C++
__property TControlItem ControlItems[int AColumn, ARow];

Use ControlItems to access individual control items in the control collection. Each control item is identified through its Row and Column properties. 

 

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