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

Dereferences a pointer to TMtxVec memory.

Pascal
procedure EnlistIt(a: TMtx; b: TMtx; c: TMtx; d: TMtx; out ap: T2DCplxArray; out bp: T2DCplxArray; out cp: T2DCplxArray; out dp: T2DCplxArray); 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 only resizes the array to match the size of the objects.

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