Datasnap.Win.MidasCon.TMidasConnection.ConnectType

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.Win.MidasCon.pas
Datasnap.Win.MidasCon.hpp
Unit: Datasnap.Win.MidasCon
Parent: TMidasConnection

Delphi

property ConnectType: TConnectType read FConnectType write SetConnectType;

C++

__property TConnectType ConnectType = {read=FConnectType, write=SetConnectType, nodefault};

Description

Specifies the protocol to use to establish the connection to the application server.

Use ConnectType to specify the desired protocol for connecting with the application server.

See Also