FireDAC.Stan.Param.TFDParam.AsXMLs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsXMLs[AIndex: Integer]: UnicodeString read GetAsWideStrings write SetAsXMLs;

Properties

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

Description

Represents an array of UnicodeString values.

The AsXMLs property represents an UnicodeString item of a TFDParam object with an AIndex index.

Setting the AsXMLs property sets the DataType property to ftDBaseOle. Note that FireDAC uses ftDBaseOle to designate a XML data type.

See Also