| # | Line 2 | Line 2 | unit WhatLinksHere; | |
|---|---|---|
| 2 | interface | |
| 3 | uses | |
| 4 | Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, | |
| 5 | < | Dialogs, StdCtrls, Template, ExtCtrls; |
| 5 | > | Dialogs, StdCtrls, _TemplateFile, ExtCtrls; |
| 6 | ||
| 7 | type | |
| 8 | TForm_WhatLinksHere = class(TForm) | |
| # | Line 18 | Line 18 | type | |
| 18 | procedure list_fromDblClick(Sender: TObject); | |
| 19 | private | |
| 20 | public | |
| 21 | < | SenderForm: TForm_ToolTemplate; |
| 21 | > | SenderForm: TForm_TemplateFile; |
| 22 | ConID: Integer; | |
| 23 | FileID: Integer; | |
| 24 | end; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |