Data.DBXDBReaders.TDBXMemoryTable.FindStringKey
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXDBReaders.pas Data.DBXDBReaders.hpp
| |
Unit: Data.DBXDBReaders | |
Parent: TDBXMemoryTable |
Delphi
function FindStringKey(const Ordinal: Integer; const Value: string): Boolean; override;
C++
virtual bool __fastcall FindStringKey(const int Ordinal, const System::UnicodeString Value);
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.