Declaration

function Authenticate(aTries: Integer = 3): Boolean;

 
Description

This function initiates a logon. If OnShowLogin is assigned it is called and the username/password validated. If it's ok the function returns true otherwise it tries again for up to aTries times. If the last try fails too it returns false.

 
See Also

 
SecureServer
, SecurityMonitor, UserName, Password, LoginTries, OnShowLogin, OnLoginError

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes | TnxBaseServer