RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Variants.VarIsCustom Function

Indicates whether the specified variant is a custom variant.

Pascal
function VarIsCustom(const V: Variant): Boolean;
C++
Boolean VarIsCustom(const Variant V);

Variants

VarIsCustom returns true if the given variant represents a custom variant type. Otherwise, the function result is false. 

 

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