[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit '_crw_dynar' (#crwlib)

TAbstractMatrix

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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;

Inheritance

TAbstractMatrix

|

TAbstractArray

|

TLatch

|

TMasterObject

|

TObject