API:Datasnap.DSClientRest.TDSRestConnection.OnLogin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnLogin: TDSRestLoginEvent read FOnLogin write FOnLogin;

C++

__property OnLogin;

Properties

Type Visibility Source Unit Parent
event published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

Description

Occurs when the user logs in, using a DataSnap REST connection.

Datasnap.DSClientRest.TDSRestConnection.OnLogin inherits from Datasnap.DSClientRest.TDSCustomRestConnection.OnLogin. All content below this line refers to Datasnap.DSClientRest.TDSCustomRestConnection.OnLogin.

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.

See Also