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

Diff of /dao/DelphiScanner/ParentForm.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2705 by torben, Fri Sep 4 12:39:33 2015 UTC revision 3095 by torben, Sun Aug 21 20:51:45 2016 UTC
# Line 2  unit ParentForm; Line 2  unit ParentForm;
2    
3  interface  interface
4  uses  uses
5    Forms;    Forms,
6      XMLDoc;
7    
8  type  type
9    IParentForm = Interface(IInterface)    IParentForm = Interface(IInterface)
10        procedure Msg( msg : string);
11      procedure LogMessage( msg : string);      procedure LogMessage( msg : string);
12      procedure SetPrinterstatusText( txt: string; alert: boolean);      procedure SetPrinterstatusText( txt: string; alert: boolean);
13    
14      function GetFormObject() : TForm;      function GetFormObject() : TForm;
15    
16        function GetXMLDocument() : TXMLDocument;
17    
18    End;    End;
19    
20  implementation  implementation

Legend:
Removed from v.2705  
changed lines
  Added in v.3095

  ViewVC Help
Powered by ViewVC 1.1.20