Enum item SLTypes.TSLSynchronizeType.stSingleBuffer
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.
Package: Mitov.BasicLab
Unit: SLTypes
Enum: TSLSynchronizeType
Description
Defines that the last data buffers will be queued, and the processing will be performed in the main application thread. if new buffer arrives before the old one is processed, the old buffer will be overwritten. The visual VCL components can be accessed. Use this synchronization method mostly for updating the Visual User Interface, as it can lose data.