[Overview][Types][Classes][Index] Reference for unit 'LazListClasses' (#lazutils)

TLazShiftBufferListObjGen

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

Declaration

Source position: lazlistclasses.pas line 293

type generic TLazShiftBufferListObjGen <T>= object

protected

  function InsertRowsEx();

  procedure DeleteRowsEx();

  property ItemPointerFast []: PT; [r]

public

  procedure Create;

  procedure Destroy;

  function InsertRows();

  procedure DeleteRows();

  procedure MoveRows();

  procedure SwapEntries();

  procedure DebugDump;

  property Capacity: Integer; [rw]

  property Count: Integer; [r]

  property ItemPointer []: PT; [r]

  function IndexOf();

  property Items []: T; default; [rw]

end;

Inheritance

TLazShiftBufferListObjGen

The latest version of this document can be found at lazarus-ccr.sourceforge.net.