Data.DB.TField.SetAsSQLTimeStamp
Delphi
procedure SetAsSQLTimeStamp(const Value: TSQLTimeStamp); virtual;
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 | TField |
Description
Sets the value of the field with the given TSQLTimeStamp value.
Descendants of TField that represent TSQLTimeStamp fields override the SetAsSQLTimeStamp method to set the value of the field with the given TSQLTimeStamp Value.
Trying to call the SetAsSQLTimeStamp method raises an exception.