[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Sets the value for the text and/or caption in the control.
Source position: stdctrls.pp line 1496
protected procedure TRadioButton.RealSetText( |
const Value: TCaption |
); override; |
Value |
|
New value for the control. |
RealSetText is an overridden method used to set value for the control using the TCaption instance in Value. In TRadioButton, the method ensures that the value in the caption is updated and that the control size is invalidated and adjusted using auto-sizing.
|
Sets the value for the Caption property. |
Version 4.0 | Generated 2025-05-03 | Home |