Data.DB.TField.SetAsSQLTimeStamp
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TField |
Delphi
procedure SetAsSQLTimeStamp(const Value: TSQLTimeStamp); virtual;
C++
virtual void __fastcall SetAsSQLTimeStamp(const Data::Sqltimst::TSQLTimeStamp &Value);
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.