[Overview][Types][Classes][Index] Reference for unit 'TextStrings' (#lazutils)

TTextStrings.Text

Contains the textual representation for the values in Strings.

Declaration

Source position: textstrings.pas line 98

public property TTextStrings.Text : string
  read FText
  write SetTextStr;

Description

Text is a String property which contains the textual representation for the values in the Strings property. TTextStrings re-implements the Text property as defined in TStrings. The write specifier (SetTextStr) is overridden, and forces the internal array of line ranges to be rebuilt during the next read access.

See also

TStrings.Text


Version 4.0 Generated 2025-05-03 Home