Skip to main content

TcxValueType.IsValueValid(Variant) Method

Identifies if the specified Variant value is valid.

Declaration

class function IsValueValid(var Value: Variant): Boolean; virtual;

Parameters

Name Type Description
Value Variant

The checked Variant value.

Returns

Type Description
Boolean

True if the specified value is valid; otherwise, False.

See Also