[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the text / caption for the control.
Source position: controls.pp line 2236
protected procedure TWinControl.RealSetText( |
const AValue: TCaption |
); override; |
AValue |
|
New value for the text / caption for the control. |
RealSetText is an overridden method in TWinControl. It ensures that the new value is applied to the widgetset class when its Handle has been allocated, and the control size is adjusted when needed/enabled. The inherited method is called to apply AValue to the Text and/or Caption properties for the control.
|
Sends text to the widget (from WM_SETTEXT?). |
|
|
The text describing the control to the user. |
|
|
The character string associated with the control. |
|
|
Sets the value for the Caption property. |
|
|
Returns the Caption property. |
|
|
Smart way to DoAutoSize. |
lazarus-ccr.sourceforge.net |