Vcl.ExtCtrls.TControlCollection.GetControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetControl(AColumn, ARow: Integer): TControl;

C++

Vcl::Controls::TControl* __fastcall GetControl(int AColumn, int ARow);

Properties

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

Description

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

GetControl is the protected read implementation of the Controls property.

See Also