Vcl.OleServer.TConnectKind

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TConnectKind  = (ckRunningOrNew,          // Attach to a running or create a new instance of the server
ckNewInstance,           // Create a new instance of the server
ckRunningInstance,       // Attach to a running instance of the server
ckRemote,                // Bind to a remote instance of the server
ckAttachToInterface);    // Don't bind to server, user will provide interface via 'CpnnectTo'

C++

enum DECLSPEC_DENUM TConnectKind : unsigned char { ckRunningOrNew, ckNewInstance, ckRunningInstance, ckRemote, ckAttachToInterface };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
Vcl.OleServer.pas
Vcl.OleServer.hpp
Vcl.OleServer Vcl.OleServer

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.