API: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

TWideMemoField represents a memo field in a dataset.

FireDAC.Comp.DataSet.TFDXMLField inherits from Data.DB.TWideMemoField. All content below this line refers to Data.DB.TWideMemoField.

TWideMemoField represents a memo field in a dataset.

TWideMemoField encapsulates the fundamental behavior common to fields that contain wide text data of arbitrary length. Memo fields are a form of binary large object (BLOB) field where the data consists of simple text.

See Also