IBX.IBDatabaseINI.LocalServerPath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function LocalServerPath(sFile: string): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall LocalServerPath(System::UnicodeString sFile = System::UnicodeString());

Properties

Type Visibility Source Unit Parent
function public
IBX.IBDatabaseINI.pas
IBX.IBDatabaseINI.hpp
IBX.IBDatabaseINI IBX.IBDatabaseINI

Description

Returns the path and filename of the local server.

The LocalServerPath method returns the path and filename of the local server. If the sFile parameter is not specified, an empty string is assumed.

See Also