JVCL Help:TJvMTAsyncBufferBase
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvMTAsyncBufferBase Class
[+] JvMTComponents.pas Classes
[+] TJvMTAsyncBufferBase Methods
[+] TJvMTAsyncBufferBase Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvMTComponent
TJvMTAsyncBufferBase
TJvMTThreadToVCL
TJvMTVCLToThread
run\JvMTComponents.pas
Summary
Base class for buffers that can be used for asynchronous communication between threads. Base class for the data components
Pascal
run\JvMTComponents.pas
TJvMTAsyncBufferBase = class(TJvMTComponent);
Description
Derive a class from TJvMTAsyncBufferBase to pass objects between threads. TJvMTAsyncBufferBase contains abstract methods and should not be directly instantiated.
Descendant classes like TJvMTThreadToVCL and TJvMTVCLToThread override the protected CreateBuffer method to [..]
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page