Indicates whether the specified variant represents a floating-point value.
function VarIsFloat(const V: Variant): Boolean;
Boolean VarIsFloat(const Variant V);
Variants
VarIsFloat returns true if the given variant represents a floating-point value (In Delphi: Single, Double, or Currency; In C++: float, double, or Currency). If the variant contains any other type of value, the function result is false.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|