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

Free arrays allocated with a call to Enlist.

Pascal
procedure DismissIt(var ap: T2DDoubleArray; var bp: T2DDoubleArray; var cp: T2DDoubleArray; var dp: T2DDoubleArray); overload;

Free arrays allocated with a call to Enlist. The version taking TMtxVec as a parameter under .NET also copies the values from the array back to the object before freeing the array. This is usefull for writing code that can execute both under W32 and .NET.

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