FireDAC.Comp.DataSet.TFDXMLField

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.TWideMemoFieldData.DB.TBlobFieldData.DB.TFieldSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDXMLField

Delphi

TFDXMLField = class(TWideMemoField)

C++

class PASCALIMPLEMENTATION TFDXMLField : public Data::Db::TWideMemoField

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet FireDAC.Comp.DataSet

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.

See Also