API:Datasnap.DSClientRest.TDSRestConnection.OnLogin

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

Delphi

property OnLogin: TDSRestLoginEvent read FOnLogin write FOnLogin;

C++

__property OnLogin;

プロパティ

種類 可視性 ソース ユニット
event published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

説明

ユーザーが、DataSnap REST 接続を使用してログインする前に発生します。

Datasnap.DSClientRest.TDSRestConnection.OnLogin は Datasnap.DSClientRest.TDSCustomRestConnection.OnLogin を継承しています。以下の内容はすべて Datasnap.DSClientRest.TDSCustomRestConnection.OnLogin を参照しています。

ユーザーが、DataSnap REST 接続を使用してログインする前に発生します。

OnLogin イベントを使用して、ユーザーが、DataSnap REST 接続を使用してログインする際の、追加機能を実装します。

関連項目