FireDAC.Stan.Param.TFDParam.Values

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Values[AIndex: Integer]: Variant read GetAsVariants write SetAsVariants;

Properties

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

Description

Represents the value of a TFDParam object as a Variant.

Use the Values property in generic code to manipulate AIndex item of the array-valued parameters without needing to know the DataType the parameters represent.

See Also