Vielleicht suchst du ja einfach nur
Open Wire.
Zitat:
The purpose of the OpenWire project is to introduce a unified, easy way to transfer data among different
VCL or FireMonkey components. This is very similar to the way that products like LabView and HP VEE work. For example, you could quickly build an application with a sine wave generator, which streams out to a chart and in parallel to a filter, which streams out to another chart and in parallel to a file logger, as well as to a serial communication sending the data to another system. And what makes this easy is that you do not write code: You build streams by connecting an OutputPin to one or more InputPins. The unerlying technology pumps your data from pin to pin, using multiple threads for high performance.