Vcl.OleServer.TOleServer.SetAutoConnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAutoConnect(flag: Boolean);

C++

void __fastcall SetAutoConnect(bool flag);

Properties

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

Description

Sets the value of the AutoConnect property.

SetAutoConnect is the protected write implementation for the AutoConnect property.

See Also