No, afraid not. DBPro compiles all your code, in fact it combines your code first into 1 big source file, then compiles that into a single program.
If you need user level control at a high degree, like say you made an engine, and wanted it to be used for more than one game, you could look into scripting. It's a lot of work, but really it's the only way. There are some tutorials and examples, Phaelax has done a lot of work with script systems, so maybe have a look at the code snippets. There are LUA plugins and stuff like that - personally I like to do it my own way, but it just depends on what you need to do.

Health, Ammo, and bacon and eggs!
