System.WideStrings.TWideStrings.GetTextStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTextStr: WideString; virtual;

C++

virtual System::WideString __fastcall GetTextStr(void);

Properties

Type Visibility Source Unit Parent
function protected
System.WideStrings.pas
System.WideStrings.hpp
System.WideStrings TWideStrings

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 and (on Windows) line feed.

See Also