FireDAC.DatS.TFDDatSTableRowList.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: TFDDatSTableRowList

Delphi

function IndexOf(AObj: TFDDatSObject): Integer; overload; override;
function IndexOf(ARowID: LongWord): Integer; overload;

C++

virtual int __fastcall IndexOf(TFDDatSObject* AObj)/* overload */;
HIDESBASE int __fastcall IndexOf(System::LongWord ARowID)/* overload */;

Description



Embarcadero Technologies does not currently have any additional information.