Data.DBXDelegate.TDBXDelegateWritableValue.GetAsTime
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXDelegate.pas Data.DBXDelegate.hpp
| |
Unit: Data.DBXDelegate | |
Parent: TDBXDelegateWritableValue |
Delphi
function GetAsTime: TDBXTime; override;
C++
virtual Data::Dbxcommon::TDBXTime __fastcall GetAsTime();
Description
Get TDBXTime representation of value.
Data.DBXDelegate.TDBXDelegateWritableValue.GetAsTime inherits from Data.DBXCommon.TDBXValue.GetAsTime. All content below this line refers to Data.DBXCommon.TDBXValue.GetAsTime.
Get TDBXTime representation of value.
GetAsTime returns a TDBXTime representation of the value. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.