Vcl.ExtCtrls.TControlCollection.SetControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetControl(AColumn, ARow: Integer; Value: TControl);

C++

void __fastcall SetControl(int AColumn, int ARow, Vcl::Controls::TControl* Value);

Properties

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

Description

Copies the properties of another control to a specified item in the Controls collection.

SetControl is the protected write implementation of the Controls property.

See Also