RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridPanel.ControlCollection Property

ControlCollection specifies the controls currently placed on the grid panel.

Pascal
property ControlCollection: TControlCollection;
C++
__property TControlCollection ControlCollection;

Use ControlCollection to add, remove, or access control items in the collection of controls of a TGridPanel component. Each control item is identified through its Row and Column properties.  

To add a control to the collection, use the AddControl method.  

To remove a control from the collection, use the RemoveControl method.  

To access a control from the collection, use the ControlItems property. 

 

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