System.Classes.TStrings.GetTextStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTextStr: string; virtual;

C++

virtual System::UnicodeString __fastcall GetTextStr();

Properties

Type Visibility Source Unit Parent
function protected
System.Classes.pas
System.Classes.hpp
System.Classes TStrings

Description

Returns the value of the Text property.

GetTextStr is the protected read implementation of the Text property. It returns a string that lists all the strings in the list, with individual strings separated by the string terminator characters LineBreak. By default, LineBreak is a carriage return and a line feed (#13#10) characters on Windows operating systems and a carriage return (#13) character on the macOS operating system.

See Also