TryConvert(Value: Variant; Var Result: Variant): Boolean;
TryConvert(Value: Variant; var Result: object): boolean;
Value. Value that must be tried to convert.
Result. Conversion result.
The TryConvert method tries to convert data and returns whether conversion is successful.
Available values returned by the method:
True. Conversion is successful.
False. Conversion failed.
The property use is given in the example for IValueConverter.Convert.
See also: