FireDAC.Stan.Param.TFDParam.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: Variant read GetAsVariant write SetAsVariant stored IsParamStored;

Properties

Type Visibility Source Unit Parent
property published FireDAC.Stan.Param.pas 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.

See Also