mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 18:20:09 +02:00
chmhelp: clean up
git-svn-id: trunk@30791 -
This commit is contained in:
parent
dd6e40b0cf
commit
0c220b488f
@ -8,7 +8,7 @@ uses
|
||||
Classes, SysUtils,
|
||||
Dialogs, FileUtil,
|
||||
LazHelpIntf, HelpIntfs,
|
||||
IDEHelpIntf, LazHelpHTML, MacroIntf;
|
||||
IDEHelpIntf, MacroIntf;
|
||||
|
||||
const
|
||||
sFPCLangRef = 'FPC Language Reference';
|
||||
@ -27,10 +27,10 @@ type
|
||||
destructor Destroy; override;
|
||||
procedure LoadKeywordList(Path: string);
|
||||
function GetNodesForKeyword(const HelpKeyword: string;
|
||||
var ListOfNodes: THelpNodeQueryList; var ErrMsg: string
|
||||
var ListOfNodes: THelpNodeQueryList; var {%H-}ErrMsg: string
|
||||
): TShowHelpResult; override;
|
||||
function ShowHelp(Query: THelpQuery; BaseNode, NewNode: THelpNode;
|
||||
QueryItem: THelpQueryItem;
|
||||
function ShowHelp(Query: THelpQuery; {%H-}BaseNode, NewNode: THelpNode;
|
||||
{%H-}QueryItem: THelpQueryItem;
|
||||
var ErrMsg: string): TShowHelpResult; override;
|
||||
end;
|
||||
|
||||
|
@ -37,8 +37,8 @@ type
|
||||
fHelpConnection: TLHelpConnection;
|
||||
fChmsFilePath: String;
|
||||
function GetHelpEXE: String;
|
||||
function DBFindViewer(HelpDB: THelpDatabase; const MimeType: string;
|
||||
var ErrMsg: string; out Viewer: THelpViewer): TShowHelpResult;
|
||||
function DBFindViewer({%H-}HelpDB: THelpDatabase; {%H-}const MimeType: string;
|
||||
var {%H-}ErrMsg: string; out Viewer: THelpViewer): TShowHelpResult;
|
||||
function GetHelpLabel: String;
|
||||
procedure SetChmsFilePath(const AValue: String);
|
||||
protected
|
||||
|
Loading…
Reference in New Issue
Block a user