update config

This commit is contained in:
csh
2024-10-12 13:28:48 +08:00
parent 533a202847
commit 27013cd4b0
8 changed files with 84 additions and 5 deletions
+7
View File
@@ -2,6 +2,7 @@ type TSComponentsBase = class
public
function Create();
function Init();virtual;
function InitZip(zip: ZipFile);
function OpenFile(alias: string; file: string; password: string): tableArray;
function Zip(): ZipFile;
@@ -20,6 +21,12 @@ function TSComponentsBase.Create();
begin
end;
function TSComponentsBase.InitZip(zip: ZipFile);
begin
{self.}Init();
zipfile_ := zip;
end;
function TSComponentsBase.OpenFile(alias: string; file: string; password: string): tableArray;
begin
{self.}Init();