JCL Help:TWideStrings.Text

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Lists the strings in the TStrings object as a single string with the individual strings delimited by carriage returns and line feeds.


Pascal

 public property Text: WideString;


Description

The Text property enables you the get or set the contents of the string in the list as a single WideString. Reading the Text property returns a WideString with the individual strings separated by a carriage-return linefeed pair, setting the Text property replaces the list with the contents of the supplied WideString. The supplied string is separated into individual strings based on the presence of a carriage-return or linefeed (they don't have to appear in pairs). An alternative to the Text property is the CommaText property.


See Also

CommaText


About

Donator

Mike Lischke


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page