IBX.IBDatabaseINI.TIBDatabaseINI.DatabaseName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DatabaseName : String read FDatabaseName write SetDatabaseName;

C++

__property System::UnicodeString DatabaseName = {read=FDatabaseName, write=SetDatabaseName};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBDatabaseINI.pas
IBX.IBDatabaseINI.hpp
IBX.IBDatabaseINI TIBDatabaseINI

Description

Specifies the name of the InterBase database.

The DatabaseName property specifies the name of the InterBase database. DatabaseName is one of the parameters that are to be read/written from/to the .INI file.

See Also