Data.DBXDelegate.TDBXDelegateWritableValue.SetAsTimeStamp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAsTimeStamp(const Value: TSQLTimeStamp); override;

C++

virtual void __fastcall SetAsTimeStamp(const Data::Sqltimst::TSQLTimeStamp &Value);

Properties

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

Description

Set value as TSQLTimeStamp representation.

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

Set value as TSQLTimeStamp representation.

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

See Also