Properties

<< Click to Display Table of Contents >>

 

Properties

For references to object properties, users must use the GetObject method. Its syntax is the following:

Application.GetObject("<object>").<property>

 

Where <object> is the name of an object, and <property> is the name of a property, as in the next example.

Application.GetObject("Data.TempTank2").Type

 

For an easy typing, it is always advisable to use AppBrowser, which already retrieves the correct syntax.

Was this page useful?