Datasnap.DSSession.TDSSession.HasObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasObject(Key: string): Boolean;

C++

bool __fastcall HasObject(System::UnicodeString Key);

Properties

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

Description

Returns whether the session holds an object for the given Key.

The HasObject method returns True if the session holds an object for the given Key, False otherwise.

See Also