TSignalBrowse::Threaded Property

__declspec(property(get = GetThreaded, put = SetThreaded)) bool Threaded;

Set it to True, if you want the processing to run within a separate thread.

Read: bool GetThreaded();
Write: void SetThreaded(const bool Value);
Declared in Dew::Signal::TSignalBrowse · Dew.Signal/FileSignal.h · Cross-compiler