Vcl.ExtCtrls.TGridPanel.ControlCollection

From RAD Studio API Documentation

Delphi

property ControlCollection: TControlCollection read FControlCollection write SetControlCollection;

C++

__property ControlCollection;

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TGridPanel

Description

Specifies the controls currently placed on the grid panel. {{#multireplace:Vcl.ExtCtrls.TGridPanel.ControlCollection|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ExtCtrls.TCustomGridPanel.ControlCollection|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ExtCtrls.TCustomGridPanel.ControlCollection|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Specifies the controls currently placed on the grid panel.

Use ControlCollection to add, remove, or access control items in the collection of controls of a TCustomGridPanel 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.

See Also