We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8932002 commit 999eff3Copy full SHA for 999eff3
Src/FmDBUpdateDlg.pas
@@ -12,10 +12,10 @@
12
13
unit FmDBUpdateDlg;
14
15
-// TODO -cHelp: Make help button visible once help topic is created.
16
17
interface
18
+
19
uses
20
// Project
21
SysUtils,
@@ -41,6 +41,8 @@ interface
41
UDBUpdateMgr;
42
43
type
44
+ /// <summary>Wizard dialogue box that handles the updating of the main
45
+ /// DelphiDabbler Code Snippets database from disk.</summary>
46
TDBUpdateDlg = class(TWizardDlg, INoPublicConstruct)
47
tsIntro: TTabSheet;
48
tsFolder: TTabSheet;
0 commit comments