Vcl.OleServer.TConnectKind

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
enum public
Vcl.OleServer.pas
Vcl.OleServer.hpp
Vcl.OleServer Vcl.OleServer

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!