RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComServ.TStartMode Enumeration
Pascal
TStartMode = (
  smStandalone,
  smAutomation,
  smRegServer,
  smUnregServer
);
C++
enum TStartMode {
  smStandalone,
  smAutomation,
  smRegServer,
  smUnregServer
};

ComServ

This is record ComServ.TStartMode.

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