Summary
Defines the number of matrix rows.
Class
TMtx
Declaration
Property Rows: integer read FRows write SetRows default 0;
Description
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 ActualSize.
Note: Always set the Complex property 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 2008 Dew Research |
http://www.dewresearch.com