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

TDynamicDataQueue.ConsistencyCheck

Checks for errors in queue settings, item storage space, or item content.

Declaration

Source position: dynqueue.pas line 63

public procedure TDynamicDataQueue.ConsistencyCheck;

Description

ConsistencyCheck is a procedure used to raise an exception when an error is detected in queue settings, its item storage space, or the content for item data. ConsistencyCheck raises an exception when the following conditions are detected:

Remark:

ConsistencyCheck is NOT used in the current implementation.

Errors

Raises an Exception when an error condition is found in the queue settings, its storage space, or the items in the queue. The exception message is: 'TDynamicDataQueue.ConsistencyCheck'.


Version 4.0 Generated 2025-05-03 Home