Datasnap.DSClientRest.DSRestLoginDialogProc

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
variable public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest Datasnap.DSClientRest

説明

ログイン ダイアログを起動するための手続きです。

DSRestLoginDialogProc は、実装しなければならない手続きのシグネチャです。この手続きは、ログインするために書き込まれたログイン プロパティがあればそれを受け取ります。その後、実装では、ログイン情報(TDSRestLoginProperties.UserName、TDSRestLoginProperties.Password)をどのように要求するかを選択します。

関連項目