FireDAC.Comp.DataSet.TFDXMLField
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
| Unit: FireDAC.Comp.DataSet | |
| Parent: FireDAC.Comp.DataSet | |
Delphi
TFDXMLField = class(TWideMemoField)
C++
class PASCALIMPLEMENTATION TFDXMLField : public Data::Db::TWideMemoField
Description
TFDXMLField represents a Unicode encoded XML data field in a dataset.
TFDXMLField encapsulates the fundamental behavior common to fields that contain XML text data of arbitrary length. XML fields are a form of binary large object (BLOB) field where the data consists of a XML text.
TFDXMLField corresponds to the ftDBaseOle data type.