TatCustomScripter.DeferObjectResolution Property
Indicates whether object method and property resolution is deferred from compile time to runtime.
Remarks
When DeferObjectResolution is true, the compiler will ignore class types and defer all methods/properties resolution to runtime. For example, if you have "MyButton.Click;" in your script, it will not check if MyButton is a class which holds a valid Click method. All will be defered to runtime. Default value for DeferObjectResolution is false. You should rarely use this property.
Syntax
Unit: atScript
property TatCustomScripter.DeferObjectResolution: Boolean