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

TDynHashArrayItem

Declaration

Source position: dynhasharray.pp line 59

type TDynHashArrayItem = record

  Item: Pointer;

  Next: PDynHashArrayItem;

  Prior: PDynHashArrayItem;

  IsOverflow: Boolean;

end;

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