Data.DBXPlatform.TDBXObjectStore.ContainsKey

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also