[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Write handler for the TStrings.Text property.
Source position: classesh.inc line 585
protected procedure TStrings.SetTextStr( |
const Value: String |
); virtual; |
SetTextStr is the write method for the TStrings.Text property. It does nothing other than calling TStrings.SetText.
Descendent classes may override this method to implement a more efficient algoritm that fits their storage method better.
|
Contents of the list as one big string. |
|
|
Read handler for the TStrings.Text property. |
lazarus-ccr.sourceforge.net |