What happens if we set UseScriptFiles to False?

Hello,

When we set IDEScripter1.LibOptions.UseScriptFiles := false; then what would happen at time of script execution. Will it give error messages or will it fire an event that we need to trap to manually load the file required?

Regards,

Yogesh

Hello Yogesh, 

It will first call OnLoadLibrary even so you have an opportunity to load it yourself. If then nothing is found, it will raise an exception.
Wagner