FireDAC.DatS.TFDDatSView.IndexOf
Delphi
function IndexOf(AKeyRow: TFDDatSRow; ARowVersion: TFDDatSRowVersion = rvDefault;
APossibleIndex: Integer = -1): Integer; overload;
C++
HIDESBASE int __fastcall IndexOf(TFDDatSRow* AKeyRow, TFDDatSRowVersion ARowVersion = (TFDDatSRowVersion)(0x0), int APossibleIndex = 0xffffffff)/* overload */;
inline int __fastcall IndexOf(TFDDatSObject* AObj){ return TFDDatSObject::IndexOf(AObj); }
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FireDAC.DatS.pas FireDAC.DatS.hpp |
FireDAC.DatS | TFDDatSView |
Description
Embarcadero Technologies does not currently have any additional information.