Language:
Русский
English
AbortPrn procedure (WinPrn unit)
Stops the printing of the text.
Declaration
procedure AbortPrn(var F: Text);
Target
Windows
Remarks
AbortPrn throws away all the unprinted portions of thetext. You must still remember to close the file, however.The file must have been assigned using AssignPrn or AssignDefPrn.