[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TWinControl.ReloadDockedControl

Returns the docked control of the specified name.

Declaration

Source position: controls.pp line 1798

protected procedure TWinControl.ReloadDockedControl(

  const AControlName: String;

  var AControl: TControl

); virtual;

Description

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.