System.Classes.TStrings.GetTextStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTextStr: string; virtual;

C++

virtual System::UnicodeString __fastcall GetTextStr(void);

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 a carriage return (#13) on the Mac OS X operating system, or by a carriage return and a line feed (#13#10) on Windows operating systems.

See Also