Data.DBXPlatform.TDBXObjectStore.ContainsKey

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ContainsKey(const Name: string): Boolean;

C++

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

Propriétés

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

Description

Renvoie si la clé existe.

La méthode ContainsKey renvoie True s'il existe un objet avec la clé Name associée, False sinon.

Voir aussi