Vcl.OleServer.TOleServer.SetConnectKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetConnectKind(ck: TConnectKind);

C++

void __fastcall SetConnectKind(TConnectKind ck);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.OleServer.pas
Vcl.OleServer.hpp
Vcl.OleServer TOleServer

Description

Sets the value of the ConnectKind property.

SetConnectKind is the protected write implementation for the ConnectKind property.

See Also