You are here: Symbol Reference > MtxVec Namespace > Functions > MtxVec.TestNil Function
MtxVec VCL
ContentsIndex
Example
var a,b: TVec; begin a := TVec.Create; b := TVec.Create; try // ... finally a.Free; end; TestNil(a,b);
Copyright (c) 1999-2025 by Dew Research. All rights reserved.