Vcl.Controls.TWinControl.ReloadDockedControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReloadDockedControl(const AControlName: string;  var AControl: TControl); dynamic;

C++

DYNAMIC void __fastcall ReloadDockedControl(const System::UnicodeString AControlName, TControl* &AControl);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl

Description

Reloads a docked control.

Use ReloadDockedControl to obtain a reference to control given its name. The AControlName parameter is the name of the child control. The corresponding control is returned as the AControl parameter. ReloadDockedControl can only locate a control if it has the same Owner as the windowed control.

The dock manager calls ReloadDockedControl to obtain a control reference that it then docks to the windowed control.

See Also