You are here: Symbol Reference > MtxVec Namespace > Classes > TMtx Class > TMtx.Create Constructor
MtxVec VCL
ContentsIndex
Example
var A: TMtx; begin A := TMtx.Create; try A.Size(20,20,false); finally A.Free; // takes about 500 CPU cycles end; CreateIt(A); try A.Size(20,20,false); finally FreeIt(A); // takes only about 40 CPU cycles end; end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.