Data.DB.TDateTimeField.GetValue
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TDateTimeField | |
Delphi
function GetValue(var Value: TDateTime): Boolean;
C++
bool __fastcall GetValue(System::TDateTime &Value);
Description
Fills Value with the date and time value of this field, and returns True if the field contains a value or False if the field data is null.
GetValue converts the raw data of the field into an instance of TDateTime.
Other methods of TDateTimeField call GetValue.