Vcl.ExtCtrls.TControlCollection.ControlItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ControlItems[AColumn, ARow: Integer] : TControlItem read GetControlItem;

C++

__property TControlItem* ControlItems[int AColumn][int ARow] = {read=GetControlItem};

Properties

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

Description

Lists the control items in the control collection.

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