Summary
Defines the number of matrix columns.
Class
TMtx
Declaration
Property Cols: integer read FCols write SetCols default 0;
Description
Use this property to set or get the number of the calling matrix columns. Setting the Cols does not affect the actual amount of memory allocated unless Rows*Cols is bigger than ActualSize.
Note: Always set the Complex property before setting Cols. Complex is initially false and Cols is initially 0. You can also set the Cols property by calling the Size method.
| Copyright 2008 Dew Research |
http://www.dewresearch.com