TStringListValue::DefineBoolMatrix Method

Overload List

#SignatureDescription
1void DefineBoolMatrix();Define value as a matrix of boolean values.
2void DefineBoolMatrix(TMtxInt *mtx, bool aIsOwned = false);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.

Declared in Dew::Math::TValueRec · Dew.Math/MtxParseClass.h · Cross-compiler

Overload 2: void DefineBoolMatrix(TMtxInt *mtx, bool aIsOwned = false);

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 *
2aIsOwned = falsebool
Declared in Dew::Math::TValueRec · Dew.Math/MtxParseClass.h · Cross-compiler