Vcl.OleServer.TOleServer.GetAutoConnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetAutoConnect: Boolean;

C++

bool __fastcall GetAutoConnect();

Properties

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

Description

Returns the value of the AutoConnect property.

GetAutoConnect is the protected read implementation for the AutoConnect property.

See Also