RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComObj.TThreadingModel Enumeration
Pascal
TThreadingModel = (
  tmSingle,
  tmApartment,
  tmFree,
  tmBoth,
  tmNeutral
);
C++
enum TThreadingModel {
  tmSingle,
  tmApartment,
  tmFree,
  tmBoth,
  tmNeutral
};

ComObj

This is record ComObj.TThreadingModel.

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