JVCL Help:TJvMTAsyncBufferBase

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class 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

run\JvMTComponents.pas


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 [..]

run\JvMTComponents.pas


About

Navigation

run\JvMTComponents.pas



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