FireDAC.Stan.Param.TFDParam.AsWideMemo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsWideMemo: UnicodeString read GetAsWideString write SetAsWideMemo;

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 an UnicodeString.

The AsWideMemo property represents the UnicodeString value of a TFDParam object.

Setting the AsWideMemo property sets the DataType property to ftWideMemo.

See Also