IBX.IBDatabaseINI.TIBDatabaseINI

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTIBDatabaseINI

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