You are here: Symbol Reference > MtxVec Namespace > Classes > TMtx Class > published > TMtx.Rows Property
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtx.Rows Property

Defines the number of matrix rows.

Pascal
property Rows: integer;

Use this property to set or get the number of the calling matrix rows. Setting the Rows does not affect the actual amount of memory allocated unless Rows*Cols is bigger than TMtxVecBase.ActualSize.

Always set the TMtxVec.ComplexComplexproperty before setting Rows. Complex is initially false and Rows is initially 0. You can also set the Rows property by calling the Size method.

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