FireDAC.Stan.Param.TFDParam.AsXML

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsXML: UnicodeString read GetAsWideString write SetAsXML;

C++

__property System::UnicodeString AsXML = {read=GetAsWideString, write=SetAsXML};

Properties

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

Description

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

The AsXML property represents the XML value of a TFDParam object.

Setting the AsXML property sets the DataType property to ftDBaseOle.

See Also