Data.DBXDBReaders.TDBXMemoryTable.FindStringKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindStringKey(const Ordinal: Integer; const Value: string): Boolean; override;

C++

virtual bool __fastcall FindStringKey(const int Ordinal, const System::UnicodeString Value);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Data.DBXDBReaders TDBXMemoryTable

Description

Checks whether the string key Value is in the Ordinal column.

Use the FindStringKey method to search in TDBXMemoryTable for whether the string key Value is in the Ordinal column.

The method returns True if the string key is found and False otherwise.