System.WideStrings.TWideStrings.SetTextStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTextStr(const Value: WideString); virtual;

C++

virtual void __fastcall SetTextStr(const System::WideString Value);

Properties

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

Description

Sets the Text property.

GetTextStr is the protected write implementation of the Text property. It replaces the list with the strings specified by the Value parameter. SetTextStr adds strings one at a time to the list, using the carriage returns or linefeed characters in Value as delimiters indicating when to add a new string.

See Also