Data.DB.TVariantField.SetAsSQLTimeStamp

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TVariantField

Delphi

procedure SetAsSQLTimeStamp(const Value: TSqlTimeStamp); override;

C++

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

Description

Sets the value of the field with the given TSQLTimeStamp value.

The SetAsSQLTimeStamp method sets the value of the field with the given TSQLTimeStamp Value.

See Also