Datasnap.DSClientRest.DSRestLoginDialogProc

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: variable
Visibility: public
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: Datasnap.DSClientRest

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

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