IBaseLoginService

Overview

The IBaseLoginService is used for user authentication.

Location


Required Methods


LoginEx

Provides the actual login procedure.

function LoginEx(const aLoginString: ROUTF8String): Boolean

Parameters:

  • aLoginString: String that contains the connection name, user name and password

Logout

Provides the actual logout procedure.

procedure Logout