FireDAC.DatS.TFDDatSView.IndexOf

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
FireDAC.DatS.pas
FireDAC.DatS.hpp
Unit: FireDAC.DatS
Parent: TFDDatSView

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); }

Description


Embarcadero Technologies does not currently have any additional information.