ShowBlankNumeric

[property icon] ShowBlankNumeric

Show blank content to distinguish no value from a zero value

Enumerated type, possible values are:

Default Grid default rules apply
ShowBlank Shows blank for no value
ShowZero Shows zero for no value

Applies to: Grid , GridCell , KCMLEdit

Introduced in KCML version 6.40


>

ShowBlankNumeric

This property is used to differentiate between a zero value and a blank value in a numeric dbedit/grid cell.

Normally a numeric edit will show '0' if the text is unset. When ShowBlankNumeric is set to ShowBlank the edit will remain blank until a value is set. If Text$ is explicitly set to '0' then '0' will be displayed. If Text$ is set to an empty string the edit will again become blank.

See also

Grid methods, properties and events. GridCell methods, properties and events. KCMLEdit methods, properties and events.