Hinweis:Dieser Abschnitt ist nur in englischer Sprache verfügbar. Wir bitten um Ihr Verständnis.

3.7.2 Object Methods

Methods are a form of immediate command. When executed, they carry out a function related to the object and return a value. Object methods use the following syntax:

objName.Method(arguments)


Note: You can return a list of available object methods to the Script Window by typing the following:
objName.()= <ENTER>