IValueConverter.TryConvert

Syntax

TryConvert(Value: Variant; Var Result: Variant): Boolean;

Parameters

Value. Value that must be tried to convert.

Result. Conversion result.

Description

The TryConvert method tries to convert data and returns whether conversion is successful.

Comments

Available values returned by the method:

Example

The property use is given in the example for IValueConverter.Convert.

See also:

IValueConverter