[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the docked control of the specified name.
Source position: controls.pp line 1798
protected procedure TWinControl.ReloadDockedControl( |
const AControlName: String; |
var AControl: TControl |
); virtual; |
The control is searched in the controls owned by the owner of this control.
Override to search other places, or to create a control of the requested name.
lazarus-ccr.sourceforge.net |