Icon GetRemoteUser Method

void __fastcall GetRemoteUser(const System::UnicodeString
      UserName, System::UnicodeString &UserPassword,
      System::UnicodeString &UserDescription, bool &IsAdministrator,
      System::Word &MaxConnections)

Usage

Call the GetRemoteUser method to retrieve information about an existing user from a database server. Use the UserName parameter to specify the existing user name.

Information This method is only valid for encrypted remote sessions connected as an administrator to the administration port on a database server.
Image