RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomVariantType.VarDataIsOrdinal Method

Indicates whether a TVarData record represents a ordinal value.

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

VarDataIsOrdinal returns true if the given TVarData record comes from a built-in Variant type that represents a ordinal value (such as an integer or Boolean type). VarDataIsOrdinal 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!