FireDAC.Phys.IBBase.TFDIBService.Protocol

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Protocol: TIBProtocol read FProtocol write FProtocol default ipLocal;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBService

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