RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.TSynchronizeRecord Record
Pascal
TSynchronizeRecord = record
  FThread: TObject;
  FMethod: TThreadMethod;
  FProcedure: TThreadProcedure;
  FSynchronizeException: TObject;
end;
C++
struct TSynchronizeRecord {
  TObject * FThread;
  TThreadMethod FMethod;
  TThreadProcedure FProcedure;
  TObject * FSynchronizeException;
};

This is record Classes.TSynchronizeRecord.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!