TValueRec.DefineBoolMatrix Method

Overload List

#SignatureDescription
1procedure DefineBoolMatrix;Define value as a matrix of boolean values.
2procedure DefineBoolMatrix(const mtx: TMtxInt; aIsOwned: Boolean);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: procedure DefineBoolMatrix;

Define value as a matrix of boolean values.

Result: stored in self (calling object)

Overload 2: procedure DefineBoolMatrix(const mtx: TMtxInt; aIsOwned: Boolean);

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
1mtxTMtxInt
2aIsOwnedBoolean

Result: stored in self (calling object)