TBoolMatrixValue.DefineBoolMatrix Method

Overload List

#SignatureDescription
1void DefineBoolMatrixDefine value as a matrix of boolean values.
2void DefineBoolMatrix(TMtxInt mtx, Boolean aIsOwned)Define value as a matrix boolean values. If IsOwned is true, the var will be owned by TValueRec and released when TValueRec is freed.

Overload 1: void DefineBoolMatrix

Define value as a matrix of boolean values.

Result: stored in self (calling object)

Overload 2: void DefineBoolMatrix(TMtxInt mtx, Boolean aIsOwned)

Define value as a matrix boolean values. If IsOwned is true, the var will be owned by TValueRec and released when TValueRec is freed.

#NameTypeDescription
1mtxTMtxIntsource TMtxInt
2aIsOwnedBoolean

Result: stored in self (calling object)