Vcl.OleServer.TOleServer.GetConnectKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetConnectKind: TConnectKind;

C++

TConnectKind __fastcall GetConnectKind();

Properties

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

Description

Returns the value of the ConnectKind property.

GetConnectKind is the protected read implementation for the ConnectKind property.

See Also