Data.DB.TSQLTimeStampField.GetAsVariant
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TSQLTimeStampField | |
Delphi
function GetAsVariant: Variant; override;
C++
virtual System::Variant __fastcall GetAsVariant();
Description
Returns the value of the field as a Variant.
The GetAsVariant method is used to return the value of the field as a Variant.