RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.VarNot Variable

VarNot is a function type variable that specifies the function that performs a not operation on a variant.

Pascal
VarNot: function(const Source: TVarData; var Dest: TVarData): HRESULT;
C++
function(const Source: TVarData; var Dest: TVarData): HRESULT VarNot;

Use VarNot to specify the function that performs a not operation on the variant given through the Source parameter. The result is stored in the Dest parameter.  

The function specified through VarNot returns a value of type HRESULT. For a list of possible return values, see the VAR_ constants in the VarUtils unit. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!