Stores the specified value as the Caption for the control.
Source position: extctrls.pp line 1135
protected procedure TCustomPanel.RealSetText( |
const Value: TCaption |
); override; |
Value |
|
New text value used as the caption for the control. |
RealSetText is an overridden procedure used to store the specified value as the Caption for the control. RealSetText calls the inherited method to store the text, and then calls the Invalidate method to repaint the control.
|
Sets the value for the Caption property. |
CT Web help |
CodeTyphon Studio |