[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: sqldbrestauth.pp line 29
type TRestAuthenticator = class(TComponent) |
protected |
function DoAuthenticateRequest(); virtual; abstract; |
public |
function AuthenticateRequest(); |
function NeedConnection; virtual; |
published |
property BeforeAuthenticate: TAuthenticateEvent; [rw] |
property AfterAuthenticate: TAuthenticateEvent; [rw] |
end; |
| |
TObject |