FireDAC.Stan.Param.TFDParam.AsWideMemos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsWideMemos[AIndex: Integer]: UnicodeString read GetAsWideStrings write SetAsWideMemos;

Properties

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

Description

Represents an array of UnicodeString values.

The AsWideMemos property represents an UnicodeString item of an array-valued TFDParam object with an AIndex index.

Setting the AsWideMemos property sets the DataType property to ftWideMemo.

See Also