[Overview][Types][Classes] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: mbmatrix.pas line 34
type TMBMatrix = class(TObject) |
||
public |
||
constructor Create; |
|
|
destructor Destroy; override; |
|
|
function GetXYData(); |
|
|
function GetSortedXYData(); |
|
|
property RowCount: Integer; [rw] |
|
|
property ColCount: Integer; [rw] |
|
|
property Data: Double; default; [rw] |
|
|
end; |
|
||
| | ||
TObject |