Unit 'prtbase' Package
[Overview][Constants][Types][Index] [#amunits]

tPrinterExtendedData

Declaration

Source position: prtbase.pas line 184

type tPrinterExtendedData = record

  ped_PrinterName: PChar;

  ped_Init: procedure;

  ped_Expunge: procedure;

  ped_Open: function: LongInt;

  ped_Close: procedure;

  ped_PrinterClass: Byte;

  ped_ColorClass: Byte;

  ped_MaxColumns: Byte;

  ped_NumCharSets: Byte;

  ped_NumRows: Word;

  ped_MaxXDots: LongWord;

  ped_MaxYDots: LongWord;

  ped_XDotsInch: Word;

  ped_YDotsInch: Word;

  ped_Commands: Pointer;

  ped_DoSpecial: function: LongInt;

  ped_Render: function: LongInt;

  ped_TimeoutSecs: LongInt;

  ped_8BitChars: Pointer;

  ped_PrintMode: LongInt;

  ped_ConvFunc: Pointer;

  ped_TagList: pTagItem;

  ped_DoPreferences: function: LongInt;

  ped_CallErrHook: procedure;

end;


Documentation generated on: 2021-07-30