|
@@ -125,15 +125,15 @@ type
|
|
function ScriptOpenNext(AVars: TVariableSet): TScriptResult;
|
|
function ScriptOpenNext(AVars: TVariableSet): TScriptResult;
|
|
function ScriptOpenPrevious(AVars: TVariableSet): TScriptResult;
|
|
function ScriptOpenPrevious(AVars: TVariableSet): TScriptResult;
|
|
function ScriptOpenSelected(AVars: TVariableSet): TScriptResult;
|
|
function ScriptOpenSelected(AVars: TVariableSet): TScriptResult;
|
|
- function ScriptRemoveAll(AVars: TVariableSet): TScriptResult;
|
|
|
|
|
|
+ function ScriptRemoveAll({%H-}AVars: TVariableSet): TScriptResult;
|
|
function ScriptRemoveIndex(AVars: TVariableSet): TScriptResult;
|
|
function ScriptRemoveIndex(AVars: TVariableSet): TScriptResult;
|
|
- function ScriptRemoveNonExistent(AVars: TVariableSet): TScriptResult;
|
|
|
|
- function ScriptRemoveUnchecked(AVars: TVariableSet): TScriptResult;
|
|
|
|
|
|
+ function ScriptRemoveNonExistent({%H-}AVars: TVariableSet): TScriptResult;
|
|
|
|
+ function ScriptRemoveUnchecked({%H-}AVars: TVariableSet): TScriptResult;
|
|
function ScriptSetAutoUncheckMode(AVars: TVariableSet): TScriptResult;
|
|
function ScriptSetAutoUncheckMode(AVars: TVariableSet): TScriptResult;
|
|
function ScriptSetAutoZoomFit(AVars: TVariableSet): TScriptResult;
|
|
function ScriptSetAutoZoomFit(AVars: TVariableSet): TScriptResult;
|
|
function ScriptSetFileChecked(AVars: TVariableSet): TScriptResult;
|
|
function ScriptSetFileChecked(AVars: TVariableSet): TScriptResult;
|
|
function ScriptSetSelectedIndex(AVars: TVariableSet): TScriptResult;
|
|
function ScriptSetSelectedIndex(AVars: TVariableSet): TScriptResult;
|
|
- function ScriptUncheckNonExistent(AVars: TVariableSet): TScriptResult;
|
|
|
|
|
|
+ function ScriptUncheckNonExistent({%H-}AVars: TVariableSet): TScriptResult;
|
|
procedure SetLazPaintInstance(AValue: TLazPaintCustomInstance);
|
|
procedure SetLazPaintInstance(AValue: TLazPaintCustomInstance);
|
|
procedure SetRowChecked(AIndex: integer; AValue: boolean);
|
|
procedure SetRowChecked(AIndex: integer; AValue: boolean);
|
|
procedure RegisterScriptFunctions(ARegister: boolean);
|
|
procedure RegisterScriptFunctions(ARegister: boolean);
|