Represents the size and content for a data item in TDynamicDataQueue.
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; |
TDynamicQueueItem is a record type used to represent the size and content for an arbitrary data item added to TDynamicDataQueue.
|
Implements a FIFO queue for arbitrary data. |
| Version 4.4 | Generated 2025-11-08 | Home |