RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.VarIDiv Variable

VarIDiv is a function type variable that specifies the function making the division operation between two variants, after converting the variants to integers.

Pascal
VarIDiv: function(const Left, Right: TVarData; var AResult: TVarData): HRESULT;
C++
function(const Left, Right: TVarData; var AResult: TVarData): HRESULT VarIDiv;

Use VarIDiv to specify the function that makes the division operation between the two variants given through the Left and Right parameters, after converting the variants to integers. The result is stored in the AResult 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!