Attachment
Controls whether the component instance runs in attached mode, meaning that it is created by another component and is deleted when the parent component instance is deleted.
Value |
Description |
---|---|
|
Not defined. |
|
Component instance is attached to another component instance |
|
Component is instance runs in detached mode. |
Description
If the value is not defined or
false
, the value can be overridden by using the /attached switch
in the newinstance ProcScript statement.