[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Updates the Caption to reflect the names of the docked clients.
Source position: controls.pp line 2266
public procedure TWinControl.UpdateDockCaption( |
Exclude: TControl = Nil |
); virtual; |
Exclude |
|
Control to exclude from the DockCaption. |
Called when this is a hostdocksite and either the list of docked clients have changed, or one of their captions.
When a control is currently being undocked, but still is in the DockClients list, Exclude is set to this control.
lazarus-ccr.sourceforge.net |