FireDAC.Comp.DataSet.TFDXMLField.GetClassDesc
Delphi
function GetClassDesc: string; override;
C++
virtual System::UnicodeString __fastcall GetClassDesc(void);
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. {{#multireplace:FireDAC.Comp.DataSet.TFDXMLField.GetClassDesc|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DB.TBlobField.GetClassDesc|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DB.TBlobField.GetClassDesc|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.