Data.DB.TDateTimeField.GetAsVariant
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TDateTimeField | |
Delphi
function GetAsVariant: Variant; override;
C++
virtual System::Variant __fastcall GetAsVariant();
Description
Returns the value of the field as a Variant.
The GetAsVariant method returns the value of the field as a Variant.
If the field is empty, Null is returned.