Creates a new formatting writer instance
Source position: wformat.pp line 36
public constructor TFormattingWriter.Create( |
AStream: TStream |
); virtual; |
AStream |
|
Output stream for formatted content |
Creates a new TFormattingWriter instance that will write output to the specified stream. The stream must be valid and remain available for the lifetime of the writer instance.