Data.DBXPlatform.TDBXObjectStore.ContainsKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ContainsKey(const Name: string): Boolean;

C++

bool __fastcall ContainsKey(const System::UnicodeString Name);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXObjectStore

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