FireDAC.Comp.DataSet.TFDXMLField.GetClassDesc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetClassDesc: string; override;

C++

virtual System::UnicodeString __fastcall GetClassDesc();

Properties

Type Visibility Source Unit Parent
function protected
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDXMLField

Description

Returns the BLOB field's type name.

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

Returns the BLOB field's type name.

GetClassDesc returns a string representation of the field data type. If the BLOB field is not null, the returned string is converted to uppercase.