[Overview][Types][Classes][Index] |
Checks for errors in queue settings, item storage space, or item content.
Source position: dynqueue.pas line 63
public procedure TDynamicDataQueue.ConsistencyCheck; |
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. |
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 |