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 System::Variant type that represents a floating-point value (Single, Double, or Currency). VarDataIsFloat does not return true for data from Custom System::Variant types. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!