FireDAC.Phys.IBBase.TFDIBService.InstanceName

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 InstanceName: String read FInstanceName write FInstanceName;

C++

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

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