RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXWritableValue.SetAsTimeStamp Method

Set value as TSQLTimeStamp representation.

Pascal
procedure SetAsTimeStamp(const Value: TSQLTimeStamp); virtual;
C++
virtual __fastcall SetAsTimeStamp(const TSQLTimeStamp Value);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!