Datasnap.DSClientRest.DSRestLoginDialogProc

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
variable public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest Datasnap.DSClientRest

Description

Procedure for launching a login dialog.

DSRestLoginDialogProc is the signature for a procedure to be implemented. The procedure takes in login properties that can be written in order to log in. Implementations then choose how they want to ask for login information (TDSRestLoginProperties.UserName, TDSRestLoginProperties.Password).

See Also