Variant.IsEmpty

Syntax

IsEmpty: Boolean;

Description

The IsEmpty property returns whether the variable contains empty value.

Comments

The IsEmpty property returns True if empty value is set for the variable and False in all other cases.

Example

The example of use is given in description of the Variant.Empty property.

See also:

Variant