[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

TStrings.GetTextStr

Read handler for the TStrings.Text property.

Declaration

Source position: classesh.inc line 581

protected function TStrings.GetTextStr: String; virtual;

Description

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.

See also

TStrings.Text

  

Contents of the list as one big string.

TStrings.SetTextStr

  

Write handler for the TStrings.Text property.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.