FireDAC.Phys.IBBase.TFDIBService.Protocol

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
Unit: FireDAC.Phys.IBBase
Parent: TFDIBService

Delphi

property Protocol: TIBProtocol read FProtocol write FProtocol default ipLocal;

C++

__property Firedac::Phys::Ibwrapper::TIBProtocol Protocol = {read=FProtocol, write=FProtocol, default=0};

Description

Specifies the protocol used to connect to the DB server.

Use the Protocol property to specify the network protocol used to connect to the DB server.

See Also