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

TStrings.GetTextStr

Read handler for the TStrings.Text property.

Declaration

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.