RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXAnsiStringValue.SetAsDate Method

Set value as TDBXDate representation.

Pascal
procedure SetAsDate(const Value: TDBXDate); override;
C++
virtual __fastcall SetAsDate(const TDBXDate Value);

SetAsDate sets value as a TDBXDate 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!