You are here: Symbol Reference > MtxVecInt Namespace > Classes > TMtxInt Class > public > TMtxInt.DefArray Property
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxInt.DefArray Property

Access elements of the matrix without specifying the name of the property.

Pascal
property DefArray [const Indx1, Indx2: integer]: integer;

This property allows you to access elements of the matrix without specifying the name of the property. For example: 

 

amtx[i,j] := 1; // where amtx is a TMtxInt object

 

.

Default array property is slower than array pointers. The default array property supports only 32bit integer values (IValues).

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