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

This is record OleAuto.TStartMode.

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