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

Contents of /dao/DelphiScanner/ParentForm.pas

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3095 - (show annotations) (download)
Sun Aug 21 20:51:45 2016 UTC (7 years, 8 months ago) by torben
File size: 375 byte(s)
More label print
1 unit ParentForm;
2
3 interface
4 uses
5 Forms,
6 XMLDoc;
7
8 type
9 IParentForm = Interface(IInterface)
10 procedure Msg( msg : string);
11 procedure LogMessage( msg : string);
12 procedure SetPrinterstatusText( txt: string; alert: boolean);
13
14 function GetFormObject() : TForm;
15
16 function GetXMLDocument() : TXMLDocument;
17
18 End;
19
20 implementation
21
22 end.

  ViewVC Help
Powered by ViewVC 1.1.20