API:Datasnap.DSClientRest.TDSRestConnection.OnAuthentication

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAuthentication: TCredentialsStorage.TCredentialAuthEvent read GetOnAuthentication write SetOnAuthentication;

C++

__property OnAuthentication;

Properties

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

Description

Occurs when the server fires an authentication event.

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

Occurs when the server fires an authentication event.

TAuthEvent is the event handler of OnCustomAuthentication.

See Also