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

TLongIntVector

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

Declaration

Source position: _crw_dynar.pas line 165

type TLongIntVector = class(TAbstractVector)

public

  constructor Create();

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

end;

Inheritance

TLongIntVector

|

TAbstractVector

|

TAbstractArray

|

TLatch

|

TMasterObject

|

TObject