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

TAbstractVector

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

Declaration

Source position: _crw_dynar.pas line 141

type TAbstractVector = class(TAbstractArray)

public

  constructor Create();

  property Length: LongInt; [rw]

  property ItemPtr []: Pointer; [r]

end;

Inheritance

TAbstractVector

|

TAbstractArray

|

TLatch

|

TMasterObject

|

TObject