Vcl.ExtCtrls.TControlCollection.GetControlItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetControlItem(AColumn, ARow: Integer): TControlItem;

C++

TControlItem* __fastcall GetControlItem(int AColumn, int ARow);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TControlCollection

Description

Returns the first control item in the collection with the specified Row and Column properties.

GetControlItem is the protected read implementation of the ControlItems property.

See Also