<< Click to display table of contents >> TCustomRVReceiver.OnDataRead |
Occurs when new data are received.
property OnDataRead: TRVDataReadEvent;
This is a low level event. It is rarely needs to be processed.
This event is called in a thread context. Do not update user interface (or make any other operation that requires a context of the main process) in this event.