Property SLCommonFilter.TSLThreading.Enabled
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 Enabled : Boolean read FEnabled write SetEnabled default False;
C++ Builder:
__property bool Enabled = { read=FEnabled, write=SetEnabled, default=False };
Summary
Enables or disables the filter processing in a separated thread.
Description
Use this property to enable or disable the filter processing
in a separated thread.
If the threading is enabled the component will use a separated thread to process the data.
If the threading is disabled the component will process the data in the streaming data thread.
Enabling the threading allows the CPU load to be better distributed between processing cores, however it can introduce some synchronization problems for the processed data.