[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the dock caption of AControl.
Source position: controls.pp line 2097
protected procedure TWinControl.DoGetDockCaption( |
AControl: TControl; |
var ACaption: string |
); virtual; |
AControl |
|
The control whose dock caption string is requested. |
ACaption |
|
The dock caption to use. |
Asks the control for its default dock caption, then allows the OnGetDockCaption handler to adjust this string.
TControl.GetDockCaption |
||
|
This handler can provide a special DockCaption, different from the Caption default. |
lazarus-ccr.sourceforge.net |