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

OleAuto

This is record OleAuto.TStartMode.

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