TValueRec.DefineIntMatrix Method

Overload List

#SignatureDescription
1procedure DefineIntMatrix;Define value as integer matrix.
2procedure DefineIntMatrix(const mtx: TMtxInt; aIsOwned: Boolean);Define value as integer matrix.

Overload 1: procedure DefineIntMatrix;

Define value as integer matrix.

Result: stored in self (calling object)

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

Define value as integer matrix.

#NameTypeDescription
1mtxTMtxInt
2aIsOwnedBoolean

Result: stored in self (calling object)