Datasnap.DSSession.TDSSessionManager.RemoveSessionEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RemoveSessionEvent(Event: TDSSessionEvent): Boolean;

C++

bool __fastcall RemoveSessionEvent(_di_TDSSessionEvent Event);

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSSessionManager

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.

See Also