IBX.IBDatabaseINI.TIBDatabaseINI.Username

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Username : String read FUsername write SetUsername;

C++

__property System::UnicodeString Username = {read=FUsername, write=SetUsername};

Properties

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

Description

Specifies the user name for the InterBase database.

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

See Also