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: TMtxVec; b: TMtxVec; c: TMtxVec; d: TMtxVec; out ap: TCplxArray; out bp: TCplxArray; out cp: TCplxArray; out dp: TCplxArray); overload;

Dereferences pointer's to memory of four TMtxVec objects. The range checking will work fine. 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!