FireDAC.DatS.TFDDatSView.Find

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function Find(const AValues: array of Variant;
AOptions: TFDLocateOptions = []): Integer; overload;
function Find(ARow: TFDDatSRow;
AOptions: TFDLocateOptions = []): Integer; overload;
function Find(const AValues: array of Variant; const AColumns: String;
AOptions: TFDLocateOptions = []): Integer; overload;
function Find(ARow: TFDDatSRow; const AColumns: String;
AOptions: TFDLocateOptions = []): Integer; overload;

C++

int __fastcall Find(const System::Variant *AValues, const System::NativeInt AValues_High, Firedac::Stan::Intf::TFDLocateOptions AOptions = Firedac::Stan::Intf::TFDLocateOptions() )/* overload */;
int __fastcall Find(TFDDatSRow* ARow, Firedac::Stan::Intf::TFDLocateOptions AOptions = Firedac::Stan::Intf::TFDLocateOptions() )/* overload */;
int __fastcall Find(const System::Variant *AValues, const System::NativeInt AValues_High, const System::UnicodeString AColumns, Firedac::Stan::Intf::TFDLocateOptions AOptions = Firedac::Stan::Intf::TFDLocateOptions() )/* overload */;
int __fastcall Find(TFDDatSRow* ARow, const System::UnicodeString AColumns, Firedac::Stan::Intf::TFDLocateOptions AOptions = Firedac::Stan::Intf::TFDLocateOptions() )/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FireDAC.DatS.pas
FireDAC.DatS.hpp
FireDAC.DatS TFDDatSView

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.