TcxCustomCurrencyEditProperties.Nullable Property
Defines whether NULL values are displayed in a specific manner.
Declaration
property Nullable: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set the Nullable property to True to enable a currency editor to represent NULL values in a specific manner. In this instance, if the editor’s EditValue property is set to NULL, the editor displays the string defined by the Nullstring property. If the Nullable property is set to False, the editor displays ‘0’ to represent NULL.
The default value of the Nullable property is True.
See Also