Icon GetServerUser Method

void __fastcall GetServerUser(const AnsiString UserName,
      AnsiString &UserPassword, AnsiString &UserDescription , bool
      &IsAdministrator, Word &MaxConnections)

Usage

Call the GetServerUser 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 when the engine is running as a database server and the EngineType is set to etServer.
Image