Datasnap.DSSession.TDSSessionManager.RemoveSessionEvent
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSSession.pas Datasnap.DSSession.hpp
| |
Unit: Datasnap.DSSession | |
Parent: TDSSessionManager |
Delphi
function RemoveSessionEvent(Event: TDSSessionEvent): Boolean;
C++
bool __fastcall RemoveSessionEvent(_di_TDSSessionEvent Event);
Description
Removes the given session event from the list of events.
The RemoveSessionEvent method is used to remove the given session Event from the list of events. RemoveSessionEvent returns True if the session event was successfully removed from the list, False otherwise.