Overload List
| # | Signature | Description |
|---|---|---|
| 1 | procedure DefineBoolMatrix; | Define value as a matrix of boolean values. |
| 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. |
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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | mtx | TMtxInt | |
| 2 | aIsOwned | Boolean |
Result: stored in self (calling object)