IBX.IBDatabaseINI.TIBDatabaseINI.Password

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Password : String read FPassword write SetPassword;

C++

__property System::UnicodeString Password = {read=FPassword, write=SetPassword};

Properties

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

Description

Specifies the user password for the InterBase database.

The Password property specifies the user password for the InterBase database. Password is one of the parameters that are to be read/written from/to the .INI file.

See Also