[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Notifies the widgetset to change the text for the control.
Source position: comctrls.pp line 259
protected procedure TCustomPage.RealSetText( |
const AValue: TCaption |
); override; |
AValue |
|
Value used for the Text (Caption) in the control. |
RealSetText is overridden in TCustomPage to notify the widgetset class of the value change when the Parent control is assigned and has a valid Handle. RealSetText calls the inherited method to apply the new value. AdjustSize is called if the widgetset class was notified.
|
Sets the text / caption for the control. |
|
|
A reference handle to the widgetset class instance associated with this control. |
|
|
Smart way to DoAutoSize. |
Version 4.0 | Generated 2025-05-03 | Home |