TValueRec.DefineMatrix Method

Overload List

#SignatureDescription
1procedure DefineMatrix;Define value as matrix.
2procedure DefineMatrix(const mtx: TMtx; aIsOwned: Boolean);Define value as matrix using existing matrix.

Overload 1: procedure DefineMatrix;

Define value as matrix.

Result: stored in self (calling object)

Overload 2: procedure DefineMatrix(const mtx: TMtx; aIsOwned: Boolean);

Define value as matrix using existing matrix.

#NameTypeDescription
1mtxTMtx
2aIsOwnedBoolean

Result: stored in self (calling object)