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);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
type typedef |
public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | Web.HTTPApp |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。