IBX.IBDatabaseINI.TIBDatabaseINI

From RAD Studio API Documentation

TIBDatabaseINISystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject

Delphi

TIBDatabaseINI = class(TComponent)

C++

class PASCALIMPLEMENTATION TIBDatabaseINI : public System::Classes::TComponent

Properties

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

Description

Implements a way to write and read back InterBase database information.

The TIBDatabaseINI class implements a way to write and read back InterBase database information to/from an .INI file. The information being read/written is related to: database name, username, password, SQL role, and character set.

See Also