Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is it possible to write plugins on Delphi?
I don’t think so, it looks like the DLLs that Delphi produces don’t have their function export names mangled like the plugin version expects.
You could try exporting functions as cdecl…