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

Annotation of /dao/DelphiScanner/ParentForm.pas

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3038 - (hide annotations) (download)
Tue May 31 11:50:42 2016 UTC (8 years ago) by torben
File size: 315 byte(s)
Add code for printing ZPL
1 torben 2705 unit ParentForm;
2    
3     interface
4     uses
5     Forms;
6    
7     type
8     IParentForm = Interface(IInterface)
9 torben 3038 procedure Msg( msg : string);
10 torben 2705 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