RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
OleServer.TConnectKind Enumeration
Pascal
TConnectKind = (
  ckRunningOrNew,
  ckNewInstance,
  ckRunningInstance,
  ckRemote,
  ckAttachToInterface
);
C++
enum TConnectKind {
  ckRunningOrNew,
  ckNewInstance,
  ckRunningInstance,
  ckRemote,
  ckAttachToInterface
};

OleServer

This is record OleServer.TConnectKind.

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