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

TStrings.SetTextStr

Write handler for the TStrings.Text property.

Declaration

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.