API:Data.DB.TWideMemoField.GetAsVariant
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TWideMemoField | |
Delphi
function GetAsVariant: Variant; override;
C++
virtual System::Variant __fastcall GetAsVariant();
Description
Returns the value of the BLOB field as a Variant.
Data.DB.TWideMemoField.GetAsVariant inherits from Data.DB.TBlobField.GetAsVariant. All content below this line refers to Data.DB.TBlobField.GetAsVariant.
Returns the value of the BLOB field as a Variant.
GetAsVariant returns the value of the BLOB field as a variant type. If the BLOB size is zero, a null variant is returned.