FireDAC.Stan.Param.TFDParam.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Collection: TCollection); overload; override;
constructor Create(AParams: TFDParams; AParamType: TParamType); reintroduce; overload;

C++

__fastcall virtual TFDParam(System::Classes::TCollection* Collection)/* overload */;
__fastcall TFDParam(TFDParams* AParams, Data::Db::TParamType AParamType)/* overload */;

Properties

Type Visibility Source Unit Parent
constructor public
FireDAC.Stan.Param.pas
FireDAC.Stan.Param.hpp
FireDAC.Stan.Param TFDParam

Description

Creates an instance of TFDParam.

Call Create to instantiate a TFDParam object.

AParams is the TFDParams object to which the parameter belongs.

AParamType indicates how the parameter is to be used. It becomes the value of the ParamType property.

Collection is the TFDParams object to which the parameter belongs.

See Also