Vcl.ExtCtrls.TControlCollection.Controls

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Controls[AColumn, ARow: Integer]: TControl read GetControl write SetControl;

C++

__property Vcl::Controls::TControl* Controls[int AColumn][int ARow] = {read=GetControl, write=SetControl};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TControlCollection

Description

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

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.