Web.HTTPApp.TWebAuthenticateEvent
Delphi
TWebAuthenticateEvent = procedure (Sender: TCustomWebAuthenticator;
Request: TWebRequest; const UserName, Password: string; var Roles: string;
var Success: Boolean) of object;
C++
typedef void __fastcall (__closure *TWebAuthenticateEvent)(TCustomWebAuthenticator* Sender, TWebRequest* Request, const System::UnicodeString UserName, const System::UnicodeString Password, System::UnicodeString &Roles, bool &Success);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | Web.HTTPApp |
Description
Embarcadero Technologies does not currently have any additional information.