RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Variant::! Operator

Returns a new System::Variant::Variant that is the logical negation of this System::Variant::Variant.

Pascal
operator !;
C++
__fastcall Variant operator !() const;

The System::Variant::! returns 0 if the System::Variant::Variant has a nonzero value and 1 if the value of the System::Variant::Variant is 0 or NULL. 

 

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