FireDAC.Stan.Param.TFDParam.AsWideString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsWideString: UnicodeString read GetAsWideString write SetAsWideString;

Properties

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

Description

Specifies the value of a TFDParam when it represents a WideString.

The AsWideString property represents the WideString value of a TFDParam object.

Setting the AsWideString property sets the DataType property to ftWideString.

See Also