Property SLCommonFilter.TSLThreading.Queue
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLThreading
Contents |
Syntax
Delphi:
property Queue : TSLThreadingQueue read FQueue write SetQueue;
C++ Builder:
__property TSLThreadingQueue * Queue = { read=FQueue, write=SetQueue };
Summary
Specifies the size of the buffer queue and the behavior of the component when the queue is full.
Description
Use this property to specify how many buffers will be queued
if the processing of the component is slow, and what the
component should do if the buffer becomes full.