Skip to main content
Version: 4.2.5

Define Object

Description

Defines an object variable.

Parameters

NameDescription
Create object automatically

If the object can be created when declaring the object variable, it has the Parameter setting Create Object automatically in the dialog.

The setting is True (1, checked) by default, which means that the object will be created automatically. To change the parameter to False (0), uncheck the box. This is recommended if you know that the content of the object variable will be sent as a return value from a property or method. Not having to create the object will be have a slightly positive effect on the performance.

|

Section

Declare

See Also

Using objects
Assign object