[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

TThread.Synchronize

Synchronizes the thread by executing the method in the main thread.

Declaration

Source position: line 0

protected procedure TThread.Synchronize(

  AMethod: TThreadMethod

);

class procedure TThread.Synchronize(

  AThread: TThread;

  AMethod: TThreadMethod

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.