mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Simplify writing settings to registry:
* Keep only one TRegistry object in memory instead of creating a new one in each routine. * Move out relevant functions and TRegistry object from main to helpers to make them usable globally.
This commit is contained in:
@ -4,7 +4,7 @@ interface
|
||||
|
||||
uses
|
||||
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
|
||||
Dialogs, StdCtrls, ExtCtrls, ComCtrls, Buttons, Registry,
|
||||
Dialogs, StdCtrls, ExtCtrls, ComCtrls, Buttons,
|
||||
WideStrings, TntStdCtrls, helpers;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user