FireDAC.Stan.Param.TFDParam.Text

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Text: String read GetAsString write SetText;

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 string.

Set the Text property to assign the value of the TFDParam object to a string without changing the DataType. Unlike the AsString property, which sets the value to a string and changes the DataType, setting the text property converts the string to the DataType of the parameter, and sets the value accordingly.

See Also