[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: _crw_dynar.pas line 150
type TAbstractMatrix = class(TAbstractArray) |
public |
constructor Create(); |
property Rows: LongInt; [rw] |
property Columns: LongInt; [rw] |
property ItemPtr []: Pointer; [r] |
end; |
| |
| |
| |
| |
TObject |