Data.DBXDelegate.TDBXDelegateWritableValue.SetAsTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAsTime(const Value: TDBXTime); override;

C++

virtual void __fastcall SetAsTime(const Data::Dbxcommon::TDBXTime Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateWritableValue

Description

Set value as TDBXTime representation.

Data.DBXDelegate.TDBXDelegateWritableValue.SetAsTime inherits from Data.DBXCommon.TDBXWritableValue.SetAsTime. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetAsTime.

Set value as TDBXTime representation.

SetAsTime sets a value as a TDBXTime representation. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.

See Also