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

TStrings.SetTextStr

Write handler for the TStrings.Text property.

Declaration

Source position: classesh.inc line 585

protected procedure TStrings.SetTextStr(

  const Value: String

); virtual;

Description

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.

See also

TStrings.Text

  

Contents of the list as one big string.

TStrings.GetTextStr

  

Read handler for the TStrings.Text property.

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