RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TClientSocketThread.SyncProc Method

Method where data synchronization is actually performed.

Pascal
procedure SyncProc; virtual;
C++
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.

Warning: Do not call this protected method directly; instead, call ExecuteSyncProc.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!