[Overview][Types][Classes][Index] Reference for unit 'DynQueue' (#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.0 Generated 2025-05-03 Home