[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Procedure to store text associated with the control in a string
Source position: controls.pp line 1175
protected procedure TControl.RealSetText( |
const Value: TCaption |
); virtual; |
Value |
|
The text-string that is to be stored |
This is the procedure that is actually used by SetTextBuf, and stores text as a string rather than performing read-write to a PChar buffer
|
Stores text associated with the control in a buffer |
|
|
Function to get a text-string associated with the control |
|
|
Gets text associated with the control from a buffer |
lazarus-ccr.sourceforge.net |