Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void DefineCustomValue | Define value as custom object value with initial value of nil. |
| 2 | void DefineCustomValue(Object obj, Boolean aIsOwned) | Define value as custom object. |
Overload 1: void DefineCustomValue
Define value as custom object value with initial value of nil.
Result: stored in self (calling object)
Overload 2: void DefineCustomValue(Object obj, Boolean aIsOwned)
Define value as custom object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | obj | Object | |
| 2 | aIsOwned | Boolean |
Result: stored in self (calling object)