System.Classes.TLoginCredentialService.GetLoginCredentials

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function GetLoginCredentials(const Context: string; Sender: TObject; const Callback: TLoginEvent): Boolean; overload; static;
class function GetLoginCredentials(const Context: string; const Callback: TLoginFunc): Boolean; overload; static;
class function GetLoginCredentials(const Context: string; var Username, Password: string): Boolean; overload; static;
class function GetLoginCredentials(const Context: string; var Username, Password, Domain: string): Boolean; overload; static;

C++

static bool __fastcall GetLoginCredentials(const System::UnicodeString Context, System::TObject* Sender, const TLoginEvent Callback)/* overload */;
static bool __fastcall GetLoginCredentials(const System::UnicodeString Context, const _di_TLoginFunc Callback)/* overload */;
static bool __fastcall GetLoginCredentials(const System::UnicodeString Context, System::UnicodeString &Username, System::UnicodeString &Password)/* overload */;
static bool __fastcall GetLoginCredentials(const System::UnicodeString Context, System::UnicodeString &Username, System::UnicodeString &Password, System::UnicodeString &Domain)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Classes.pas
System.Classes.hpp
System.Classes TLoginCredentialService

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.