FireDAC.DatS.TFDDatSView.Locate
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: FireDAC.DatS.pas FireDAC.DatS.hpp
| |
Unit: FireDAC.DatS | |
Parent: TFDDatSView |
Delphi
function Locate(var ARowIndex: Integer; AGoForward: Boolean = True;
ARestart: Boolean = False): Boolean;
C++
bool __fastcall Locate(int &ARowIndex, bool AGoForward = true, bool ARestart = false);
Description
Embarcadero Technologies does not currently have any additional information.