Delphi function importer (compiletime)
function RegisterDelphiFunctionC(SE: TIFPSPascalCompiler; const Decl: string): Boolean; |
function RegisterDelphiFunctionC(SE: TIFPSPascalCompiler; const Decl: string): Boolean; |
Register a normal Delphi function at runtime. Decl should be the exact declaration of the function. But since the const keyword is not support yet, you should leave that out.