Data.DBXPlatform.TDBXObjectStore.ContainsKey
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXPlatform.pas Data.DBXPlatform.hpp
| |
Unit: Data.DBXPlatform | |
Parent: TDBXObjectStore |
Delphi
function ContainsKey(const Name: string): Boolean;
C++
bool __fastcall ContainsKey(const System::UnicodeString Name);
Description
Returns whether the key exists.
The ContainsKey method returns True if there is an object with the associated Name key, False otherwise.