Datasnap.DSSession.TDSSession.Authorize
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSSession.pas Datasnap.DSSession.hpp
| |
Unit: Datasnap.DSSession | |
Parent: TDSSession |
Delphi
function Authorize(EventObject: TDSAuthorizeEventObject): Boolean; overload; virtual;
C++
virtual bool __fastcall Authorize(Datasnap::Dscommonserver::TDSAuthorizeEventObject* EventObject)/* overload */;
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.