Vcl.WinXCtrls.TRelativePanelControlCollection.SetControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetControl(Index: Integer; Value: TControl);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TRelativePanelControlCollection

Description

Associates the TControl instance with a particular item in the collection.

See Also