RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXInt16Value.SetAsBcd Method

Set value as TBcd representation.

Pascal
procedure SetAsBcd(const Value: TBcd); override;
C++
virtual __fastcall SetAsBcd(const TBcd Value);

SetAsBcd sets a value as a TBcd 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!