IBX.IBDatabaseINI.TIBDatabaseINI.SaveToINI

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToINI;

C++

void __fastcall SaveToINI();

Properties

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

Description

Saves database information to the .INI file.

The SaveToINI method saves the InterBase database information (database name, user name, password, SQL role, and character set) to the .INI file.

See Also