Difference between revisions of "TAuthenticator"
From Ultibo.org
Line 12: | Line 12: | ||
---- | ---- | ||
− | |||
− | |||
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial;"> | <div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial;"> | ||
Line 80: | Line 78: | ||
---- | ---- | ||
− | |||
− | |||
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 0px; padding-bottom: 15px;"> | <div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 0px; padding-bottom: 15px;"> |
Latest revision as of 01:26, 27 April 2018
Return to Unit Authentication
Description
To be documented
Class definitions
[Expand]
TAuthenticator = class(TObject)
Function declarations
[Expand]
function TAuthenticator.PasswordPrompt(const AUsername:String):String;
Description: To be documented
[Expand]
function TAuthenticator.CheckUsername(const AUsername:String):LongWord;
Description: To be documented
[Expand]
function TAuthenticator.CheckPassword(const AUsername,APassword:String):LongWord;
Description: To be documented
Return to Unit Reference