DATA_NAME
Name of the data managed by the object. All objects in all the programs managing the same data name can communicate on a given machine.
This parameter is compulsory.
Adelia type |
ALPHA(50). |
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read. |
Associated constants |
None. |
Conditions for use |
None. |
Default value |
Generated during the layout design phase. |
NAME
Static name of the object.
Adelia type |
ALPHA(128). |
Accessibility |
|
Layout design mode |
Read/Write. |
Execution mode |
Read. |
Associated constants |
None. |
Conditions for use |
None. |
Default value |
Prefix of the basic object. |
TIMEOUT
This property is taken into account when the VALIDATE method is used.
It sets the synchronous or asynchronous execution mode for this method.
For an asynchronous execution, the value must be _DTX_TIMEOUT_ASYNC.
For a synchronous execution, the value indicates a timeout in ms, which corresponds to the maximum response time from another object that manages the same data item.
This time corresponds approximately to the maximum allowed time by object to work with the DataChange event. This property allows not to block the process indefinitely in case one of the objects does not respond.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read / Write. |
Associated constants |
_DTX_TIMEOUT_ASYNC. |
Conditions for use |
None. |
Default value |
_DTX_TIMEOUT_ASYNC. |