Class TTextWriter
Unit
CastleClassUtils
Declaration
type TTextWriter = class(TTextReaderWriter)
Description
Write to a stream like to a text file.
Hierarchy
Overview
Methods
 |
constructor Create(const URL: string); overload; |
 |
procedure Write(const S: string); |
 |
procedure Write(const S: string; const Args: array of const); |
 |
procedure Writeln(const S: string = ''); |
 |
procedure Writeln(const S: string; const Args: array of const); |
Description
Methods
 |
constructor Create(const URL: string); overload; |
|
 |
procedure Write(const S: string); |
|
 |
procedure Write(const S: string; const Args: array of const); |
|
 |
procedure Writeln(const S: string = ''); |
|
 |
procedure Writeln(const S: string; const Args: array of const); |
|
|