RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomVariantType.VarDataIsEmptyParam Method

Indicates whether a TVarData record represents an unassigned optional parameter.

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

VarDataIsEmptyParam returns true if the given TVarData record represents an unassigned optional parameter. 

 

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