[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the Caption property.
Source position: controls.pp line 1382
protected procedure TControl.RealSetText( |
const Value: TCaption |
); virtual; |
Value |
|
The string to store. |
This method is called by SetText, when SetTextBuf is not overridden.
|
Updates the Text property from a PChar buffer. |
|
|
Returns the Caption property. |
|
|
Copy the Text property into Buffer. |
lazarus-ccr.sourceforge.net |