Used to supply a user name for login.
property Username: string;
Use the Username property to supply a user name to handle server's request for login. If this property is not set, PgDAC tries to connect with the user name.
Warning: Storing hard-coded user name and password entries as property values or in code for the OnLogin event handler can compromise server security.