[Overview][Types][Classes][Variables][Index] Reference for unit 'Printers' (#lcl)

TPrinter.Write

Write to a specified Buffer: Count contains the number of bytes for writing, Written contains the number that have been written. Returns True if successful

Declaration

Source position: printers.pas line 261

public function TPrinter.Write(

  const Buffer;

  Count: Integer;

  var Written: Integer

):Boolean; virtual;

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