TOnAuthenticationNeeded

Prev

Next

 






































































































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.