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: TMtxVec; b: TMtxVec; c: TMtxVec; d: TMtxVec; var ap: TDoubleArray; var bp: TDoubleArray; var cp: TDoubleArray; var dp: TDoubleArray); 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 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!