Vcl.ExtCtrls.TControlCollection.SetControl

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TControlCollection

Beschreibung

Kopiert die Eigenschaften eines anderen Steuerelements in ein spezielles Element der Controls-Kollektion.

SetControl ist die als protected deklarierte Schreibimplementierung der Eigenschaft Controls.

Siehe auch