Datasnap.DSSession.TDSSessionData.HasData

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: TDSSessionData

Delphi

function HasData(const AKey: string): Boolean; virtual; abstract;

C++

virtual bool __fastcall HasData(const System::UnicodeString AKey) = 0 ;

Description

Note: This is an abstract method that child subclasses of TDSSessionData implement.

Determines if the session holds data for the given key.

The HasData method returns True if the session holds data for the session key AKey, False otherwise.

HasData is implemented in child classes:

See Also