[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Read handler for the TStrings.Text property.
GetTextStr is the read handler for the TStrings.Text property. It simply concatenates all strings in the list with a linefeed between them, and returns the resulting string.
Descendent classes may override this method to implement an efficienter algorithm which is more suitable to their storage method.
|
Contents of the list as one big string. |
|
|
Write handler for the TStrings.Text property. |