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
[–] 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.

See Also