TIntMatrixValue.DefineCustomValue Method

Overload List

#SignatureDescription
1void DefineCustomValueDefine value as custom object value with initial value of nil.
2void 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.

#NameTypeDescription
1objObject
2aIsOwnedBoolean

Result: stored in self (calling object)