I am using the RemObjects PascalScript engine in one of my applications and I have a few questions. I was looking for a list of all the functions and constants available to PascalScript and the best resource I could find was this page:
http://www.be-precision.com/products/pdscript/webhelp/en/topics/PSSyntax.htm
Most of the functions work as they should but some aren't working and I can't figure out why. Functions like GetCurrentDir and ShowMessage should work in PascalScript but if you fire up the example IDE project and do something like ShowMessage('blah'); it will say the function doesn't exist.
Now I am fairly sure ShowMessage is a part of PascalScript, and it should work. InputBox doesn't even work. It seems to be the types of functions that interact with the system. I'm sure there must be a way to utilize those functions. Any help would be great.
Thanks.