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 System::Variant type that represents a ordinal value (such as an integer or Boolean type). VarDataIsOrdinal 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!