Data.DB.TStringField.SetAsSQLTimeStamp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAsSQLTimeStamp(const Value: TSQLTimeStamp); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TStringField

Description

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

SetAsSQLTimeStamp sets the field's value with the string representation of the input SQL timestamp.

See Also