API:FireDAC.Stan.Param.TFDParams.FindParam
Delphi
function FindParam(const AValue: String): TFDParam; overload;
function FindParam(const AValue: Integer): TFDParam; overload;
C++
TFDParam* __fastcall FindParam(const System::UnicodeString AValue)/* overload */;
TFDParam* __fastcall FindParam(const int AValue)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FireDAC.Stan.Param.pas FireDAC.Stan.Param.hpp |
FireDAC.Stan.Param | TFDParams |
Description
Embarcadero Technologies does not currently have any additional information.