FireDAC.Phys.IBBase.TFDIBService.InstanceName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InstanceName: String read FInstanceName write FInstanceName;

C++

__property System::UnicodeString InstanceName = {read=FInstanceName, write=FInstanceName};

Properties

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

Description

Specifies the instance name of the Interbase-only DB server.

Use the InstanceName property to specify the instance name of the Interbase-only DB server.

See Also