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

TLazRoundBufferListObjBase

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

Declaration

Source position: lazlistclasses.pas line 334

type generic TLazRoundBufferListObjBase <TPItemT,TSizeT>= object

protected

  procedure InternalMoveUp();

  procedure InternalMoveDown();

  function GrowCapacity();

  function ShrinkCapacity();

  function SetCapacityEx();

  function InsertRowsEx();

  procedure DeleteRowsEx();

  property ItemPointerFast []: TPItemT; [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 []: TPItemT; [r]

end;

Inheritance

TLazRoundBufferListObjBase

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