You are here: Symbol Reference > MtxVec Namespace > Functions > MtxVec.Enlist Function
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxVec.Enlist Function

Dereferences a pointer to TMtxVec memory.

Pascal
procedure Enlist(a: TMtx; b: TMtx; c: TMtx; d: TMtx; var ap: T2DDoubleArray; var bp: T2DDoubleArray; var cp: T2DDoubleArray; var dp: T2DDoubleArray); overload;

Dereferences pointer's to memory of four TMtx objects. It constructs a 2D jagged floating point array. The range checks must be off, when working on this array. The array's must be "cleaned up" by passing them to DismissIt before the routine ends. Special care must be given not to destroy the objects that were dereferenced, before the arrays are freed.

Under .NET this command simply copies data from objects to the arrays.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!