/[projects]/dao/DelphiScanner/ParentForm.pas
ViewVC logotype

Contents of /dao/DelphiScanner/ParentForm.pas

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3038 - (show annotations) (download)
Tue May 31 11:50:42 2016 UTC (7 years, 11 months ago) by torben
File size: 315 byte(s)
Add code for printing ZPL
1 unit ParentForm;
2
3 interface
4 uses
5 Forms;
6
7 type
8 IParentForm = Interface(IInterface)
9 procedure Msg( msg : string);
10 procedure LogMessage( msg : string);
11 procedure SetPrinterstatusText( txt: string; alert: boolean);
12
13 function GetFormObject() : TForm;
14
15 End;
16
17 implementation
18
19 end.

  ViewVC Help
Powered by ViewVC 1.1.20