RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXBcdValue.SetAsSingle Method

Set value as single representation.

Pascal
procedure SetAsSingle(const Value: Single); override;
C++
virtual __fastcall SetAsSingle(const Single Value);

SetAsSingle sets a value as a Single 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!