We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This is a Step by Step guide to creating a TOTAL plugin.
In Delphi, go to File --> New --> DLL
Save your project. Add a new unit to the project and save.
Open project options and go to Delphi Compiler.
Change target to "All Configurations - WIN 32bit"
Add a conditional Define for EXPERT.
Add TOTAL and Kastri to Search Path.