FireDAC.DatS.TFDDatSTableRowList.IndexOf
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 */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FireDAC.DatS.pas FireDAC.DatS.hpp |
FireDAC.DatS | TFDDatSTableRowList |
Description
Embarcadero Technologies does not currently have any additional information.