RAD Studio VCL Reference
|
Method where data synchronization is actually performed.
procedure SyncProc; virtual;
virtual __fastcall SyncProc();
In subclasses of TClientSocketThread, override SyncProc to perform synchronization between threads. Put code in it to be executed by the main thread.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|