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

TLazPagedListObjBase

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

Declaration

Source position: lazlistclasses.pas line 449

type generic TLazPagedListObjBase <TPItemT,TSizeT>= object

protected

  function GrowCapacity();

  function ShrinkCapacity();

  property PagePointer []: PPageType; [r]

public

  procedure Create();

  procedure Destroy;

  procedure InsertRows();

  procedure DeleteRows();

  procedure MoveRows();

  procedure DebugDump;

  property Capacity: Integer; [rw]

  property Count: Integer; [r]

  property PageCount: Integer; [r]

  property ItemPointer []: TPItemT; [r]

  property GrowProc: TLazStorageMemGrowProc; [rw]

  property ShrinkProc: TLazStorageMemShrinkProc; [rw]

end;

Inheritance

TLazPagedListObjBase

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