Web.HTTPApp.TCustomWebAuthenticator.DoAuthenticated
Delphi
procedure DoAuthenticated(Request: TWebRequest; const UserName: string;
var Roles: string); virtual;
C++
virtual void __fastcall DoAuthenticated(TWebRequest* Request, const System::UnicodeString UserName, System::UnicodeString &Roles);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TCustomWebAuthenticator |
Description
Embarcadero Technologies does not currently have any additional information.