RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinControl.ReloadDockedControl Method

Reloads a docked control.

Pascal
procedure ReloadDockedControl(const AControlName: string; var AControl: TControl); dynamic;
C++
__fastcall ReloadDockedControl(const AnsiString AControlName, TControl * AControl);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!