Datasnap.DSClientRest.TDSCustomRestConnection.OnLogin

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

Delphi

property OnLogin: TDSRestLoginEvent read FOnLogin write FOnLogin;

C++

__property TDSRestLoginEvent OnLogin = {read=FOnLogin, write=FOnLogin};

プロパティ

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


説明

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

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

関連項目