Datasnap.DSSession.TDSSessionVisitor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDSSessionVisitor = reference to procedure(const Session: TDSSession);

C++

__interface TDSSessionVisitor  : public System::IInterface

Properties

Type Visibility Source Unit Parent
anonMethod
class
public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession Datasnap.DSSession

Description

Procedure for handling a session in an implementation-specific way.

TDSSessionVisitor defines a procedure that can be implemented and then used when iterating over sessions. Each session can be passed back to the procedure, which can then decide what to do with each session, if anything.

See Also