NullString Property

Applies to TestComplete 15.63, last modified on April 23, 2024

Specifies the string used to represent the Null value in the component.

Declaration

componentPropObj.NullString
Read-Write Property String
componentPropObj     One of the objects listed in the Applies To section  

Applies To

The property applies to the following objects:

TcxCurrencyEditProperties

Description

The NullString property specifies the string displayed by the component if it holds the Null value, that is, its EditValue property is Null (Nothing in VBScript, null in JavaScript, JScript, C++Script, C#Script, None in Python, nil in DelphiScript). Note that NullString is used only if the Nullable property is set to True. If Nullable is set to False, the component displays 0 when it holds Null.

Property Value

A string that specifies the string representing the Null value.

See Also

EditValue Property
Nullable Property

Highlight search results