FireDAC.DatS.TFDDatSView.Find

提供: RAD Studio API Documentation
移動先: 案内検索

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 */;

プロパティ

種類 可視性 ソース ユニット
function public
FireDAC.DatS.pas
FireDAC.DatS.hpp
FireDAC.DatS TFDDatSView

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。