Datasnap.DSSession.TDSSession.Authorize
Delphi
function Authorize(EventObject: TDSAuthorizeEventObject): Boolean; overload; virtual;
C++
virtual bool __fastcall Authorize(Datasnap::Dscommonserver::TDSAuthorizeEventObject* EventObject)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Datasnap.DSSession.pas Datasnap.DSSession.hpp |
Datasnap.DSSession | TDSSession |
Description
Checks that the user of the current session has authorization for the given method.
The Authorize virtual method is used to check that the user of the current session has authorization for the given method.