FireDAC.Stan.Param.TFDParam.Value
Delphi
property Value: Variant read GetAsVariant write SetAsVariant stored IsParamStored;
C++
__property System::Variant Value = {read=GetAsVariant, write=SetAsVariant, stored=IsParamStored};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Stan.Param.pas FireDAC.Stan.Param.hpp |
FireDAC.Stan.Param | TFDParam |
Description
Represents the value of a TFDParam object as a Variant.
Use the Value property in generic code to manipulate the values of parameters without needing to know the DataType the parameters represent.