RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomVariantType.VarDataIsFloat Method

Indicates whether a TVarData record represents a floating-point value.

Pascal
function VarDataIsFloat(const V: TVarData): Boolean;
C++
__fastcall Boolean VarDataIsFloat(const TVarData V);

VarDataIsFloat returns true if the given TVarData record comes from a built-in Variant type that represents a floating-point value (Single, Double, or Currency). VarDataIsFloat does not return true for data from Custom Variant types. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!