Datasnap.DSClientRest.TDSCustomRestConnection.OnLogin
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: public | |
| Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
| Unit: Datasnap.DSClientRest | |
| Parent: TDSCustomRestConnection | |
Delphi
property OnLogin: TDSRestLoginEvent read FOnLogin write FOnLogin;
C++
__property TDSRestLoginEvent OnLogin = {read=FOnLogin, write=FOnLogin};
Description
Occurs when the user logs in, using a DataSnap REST connection.
Use an OnLogin event to implement further functionality when the user logs in, using a DataSnap REST connection.