Unit 'DynQueue' Package
[Overview][Types][Classes][Index] [#lazutils]

TDynamicQueueItem

Represents the size and content for a data item in TDynamicDataQueue.

Declaration

Source position: dynqueue.pas line 24

type TDynamicQueueItem = record

  Size: Integer;

  

Size for the item structure and its Data.

  Data: array [0..0] of Integer;

  

Content for the queue item.

end;

Description

TDynamicQueueItem is a record type used to represent the size and content for an arbitrary data item added to TDynamicDataQueue.

See also

TDynamicDataQueue

  

Implements a FIFO queue for arbitrary data.


Version 4.4 Generated 2025-11-08 Home