TOnAuthenticationNeeded
Type of the OnAuthenticationNeeded event.
Declaration
TOnAuthenticationNeeded=procedure (Sender: TObject; Id: LongInt; Realm: String; Server: string; var Username: string; var Password: string);
typedef void __fastcall (__closure *TOnAuthenticationNeeded)(System::TObject* Sender, int Id, wchar_t *Realm, wchar_t *Server, wchar_t *&Username, wchar_t *&Password);
Description
Type of the OnAuthenticationNeeded event.
Created with the Personal Edition of HelpNDoc: Powerful and User-Friendly Help Authoring Tool for Markdown Documents