/[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 3094 by torben, Tue May 31 11:50:42 2016 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)
# Line 12  type Line 13  type
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.3094  
changed lines
  Added in v.3095

  ViewVC Help
Powered by ViewVC 1.1.20