FireDAC.DatS.TFDDatSMechSort.Search
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: FireDAC.DatS.pas FireDAC.DatS.hpp
| |
| Unit: FireDAC.DatS | |
| Parent: TFDDatSMechSort | |
Delphi
function Search(ARowList: TFDDatSRowListBase; AKeyRow: TFDDatSRow;
AKeyColumnList, AKeyColumnList2: TFDDatSColumnSublist; AKeyColumnCount: Integer;
AOptions: TFDLocateOptions; out AIndex: Integer; out AFound: Boolean;
ARowVersion: TFDDatSRowVersion = rvDefault): Integer;
C++
int __fastcall Search(TFDDatSRowListBase* ARowList, TFDDatSRow* AKeyRow, TFDDatSColumnSublist* AKeyColumnList, TFDDatSColumnSublist* AKeyColumnList2, int AKeyColumnCount, Firedac::Stan::Intf::TFDLocateOptions AOptions, /* out */ int &AIndex, /* out */ bool &AFound, TFDDatSRowVersion ARowVersion = (TFDDatSRowVersion)(0x0));
Description
Embarcadero Technologies does not currently have any additional information.