RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.VAR_OK Constant

Specifies that a variant operation was successful.

Pascal
VAR_OK = HRESULT($00000000);
C++
VAR_OK = HRESULT($00000000);

VAR_OK is a possible return value of the variant-manipulating functions, specifying that the operation was successfully completed. 

 

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