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

Classes

This is record Classes.TSynchronizeRecord.

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