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

TLongIntMatrix

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

Declaration

Source position: _crw_dynar.pas line 178

type TLongIntMatrix = class(TAbstractMatrix)

public

  constructor Create();

  property Item []: LongInt; default; [rw]

end;

Inheritance

TLongIntMatrix

|

TAbstractMatrix

|

TAbstractArray

|

TLatch

|

TMasterObject

|

TObject