Datasnap.DSClientRest.DSRestLoginDialogProc

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

DSRestLoginDialogProc: function(ASender: TObject; var LoginProperties: TDSRestLoginProperties;
ATestConnectionMethod: TTestConnectionMethod): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall (*DSRestLoginDialogProc)(System::TObject* ASender, TDSRestLoginProperties* &LoginProperties, TTestConnectionMethod ATestConnectionMethod);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
variable public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest Datasnap.DSClientRest

Beschreibung

Prozedur zum Aufrufen eines Anmelde-Dialogfelds.

DSRestLoginDialogProc ist die Signatur für eine zu implementierende Prozedur. Die Prozedur übernimmt Eigenschaften, die für die Anmeldung angegeben werden können. Implementierungen wählen dann die Art der Abfrage dieser Anmeldedaten aus (TDSRestLoginProperties.UserName, TDSRestLoginProperties.Password).

Siehe auch