RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXBcdValue.SetAsInt64 Method

Set value as Int64 representation.

Pascal
procedure SetAsInt64(const Value: Int64); override;
C++
virtual __fastcall SetAsInt64(const Int64 Value);

SetAsInt64 sets a value as an Int64 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!