JCL Help:TWideStrings.GetText

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Property read method of the Text property.


Pascal

 public function GetText: PWideChar; virtual;


Return Value

The WideStrings in the list as a single string with the individual strings delimited by a carriage return - linefeed.


Description

GetText is the property read method of the Text property. Its purpose is to list the strings in the TWideStrings object as a single string with the individual WideStrings delimited by carriage returns and line feeds. The default implementation of this method is usually sufficient, however, descendant classes can override this method to provide a faster implementation. Note that this method is also called internally by the GetText method.


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