Data.DB.TBlobField.GetClassDesc
Delphi
function GetClassDesc: string; override;
C++
virtual System::UnicodeString __fastcall GetClassDesc(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Data.DB.pas Data.DB.hpp |
Data.DB | TBlobField |
Description
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.