procedure RemovePlugins; Clears internal plugins list. |
function AddPlugin(const AFilename, ADetectStr: string): Boolean; Adds plugin record (file name and detect-string) to internal plugins list. Result is True if record was added. Notes:
|
function GetPlugin(AIndex: word; var AFilename, ADetectStr: string): Boolean; Returns plugin record (file name and detect-string) from internal list. Result is True if record with index AIndex exists and was returned. Note:
|