IBX.IBDatabaseINI.TIBDatabaseINI.ReadFromINI

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReadFromINI;

C++

void __fastcall ReadFromINI();

Properties

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

Description

Reads database information from the .INI file.

The ReadFromINI method reads the InterBase database information (database name, user name, password, SQL role, and character set) from the .INI file.

See Also