[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

TWriter.Create

Creates a new Writer with a stream and bufsize.

Declaration

Source position: line 0

public constructor TWriter.Create(

  ADriver: TAbstractObjectWriter

);

constructor TWriter.Create(

  Stream: TStream;

  BufSize: Integer

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.