RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
CorbaObj.TCorbaThreadModel Enumeration
Pascal
TCorbaThreadModel = (
  tmMultiThreaded,
  tmSingleThread
);
C++
enum TCorbaThreadModel {
  tmMultiThreaded,
  tmSingleThread
};

This is record CorbaObj.TCorbaThreadModel.

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