|
@@ -15,7 +15,7 @@ Type
|
|
Private
|
|
Private
|
|
FLinkType: string;
|
|
FLinkType: string;
|
|
FPrefix: String;
|
|
FPrefix: String;
|
|
- FResources : tstrings;
|
|
|
|
|
|
+ FResources: TStrings;
|
|
Protected
|
|
Protected
|
|
function GetResourceCount: Integer; override;
|
|
function GetResourceCount: Integer; override;
|
|
function GetAsString: String; override;
|
|
function GetAsString: String; override;
|
|
@@ -59,7 +59,6 @@ Var
|
|
S : String;
|
|
S : String;
|
|
aFormat,ResourceName : String;
|
|
aFormat,ResourceName : String;
|
|
|
|
|
|
-
|
|
|
|
begin
|
|
begin
|
|
S:=GetFileAsBase64(aFileName);
|
|
S:=GetFileAsBase64(aFileName);
|
|
aFormat:=GetFormat(aFileName,Options);
|
|
aFormat:=GetFormat(aFileName,Options);
|
|
@@ -82,7 +81,6 @@ begin
|
|
Result:=romFile;
|
|
Result:=romFile;
|
|
end;
|
|
end;
|
|
|
|
|
|
-
|
|
|
|
class function THTMLResourceLinkHandler.OutputFileExtension: String;
|
|
class function THTMLResourceLinkHandler.OutputFileExtension: String;
|
|
begin
|
|
begin
|
|
Result:='.html';
|
|
Result:='.html';
|
|
@@ -100,7 +98,6 @@ begin
|
|
if IsMainFile then ;
|
|
if IsMainFile then ;
|
|
end;
|
|
end;
|
|
|
|
|
|
-
|
|
|
|
destructor THTMLResourceLinkHandler.Destroy;
|
|
destructor THTMLResourceLinkHandler.Destroy;
|
|
begin
|
|
begin
|
|
FreeAndNil(FResources);
|
|
FreeAndNil(FResources);
|