Vcl.OleServer.TConnectKind

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
Vcl.OleServer.pas
Vcl.OleServer.hpp
Vcl.OleServer Vcl.OleServer

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !