(Legacy) TDABinDataStreamer (Delphi)

This is a legacy topic. You should instead use Bin2DataStreamer

The TDABinDataStreamer component implements a data streamer that uses a proprietary binary format for streaming data across the network.

It was the preferred streamer type, as it provides efficient streaming minimal data size for network transfer.

However it has now been replaced by TDABin2DataStreamer.

Known issue

Can cause deadlock which can occur in the FormDestroy event, caused while using global critical sections while reading/writing.

Components