[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Read handler for the TStrings.Text property.
Source position: classesh.inc line 581
protected function TStrings.GetTextStr: String; virtual; |
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. |
lazarus-ccr.sourceforge.net |