Web.HTTPApp.TWebAuthenticatedEvent
Delphi
TWebAuthenticatedEvent = procedure (Sender: TCustomWebAuthenticator;
Request: TWebRequest; const UserName: string; var Roles: string) of object;
C++
typedef void __fastcall (__closure *TWebAuthenticatedEvent)(TCustomWebAuthenticator* Sender, TWebRequest* Request, const System::UnicodeString UserName, System::UnicodeString &Roles);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
type typedef |
public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | Web.HTTPApp |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。