Innerfuse Pascal Script
Back to Libraries
ifpsdelphi.pas
Functions:
function RegisterDelphiFunction(ScriptEngine: TIfPasScript; const Declaration: string; Address: Pointer): Boolean;
Imports a delphi function in the script engine.
Sample:
RegisterDelphiFunction(ScriptEngine, 'procedure ShowMessage(s: string);', @ShowMessage);
This will install the ShowMessage function into the script engine.
Copyright (c) 2001 by Carlo Kok
last update: 24-11-01