update config
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user