Datasnap.DSSession.TDSSession.HasObject
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Datasnap.DSSession.pas Datasnap.DSSession.hpp
| |
| Unit: Datasnap.DSSession | |
| Parent: TDSSession | |
Delphi
function HasObject(Key: string): Boolean;
C++
bool __fastcall HasObject(System::UnicodeString Key);
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.