System.Classes.TStringWriter.ToString
Delphi
function ToString: string; override;
C++
virtual System::UnicodeString __fastcall ToString();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Classes.pas System.Classes.hpp |
System.Classes | TStringWriter |
Description
String of characters written so far.
ToString returns a string containing all the characters written up to this point.
This method is functionally identical to the Microsoft .NET method StringWriter.ToString.
See Also
Code Examples