Programming with Reflection

image\rwnprg32.gif NullMode property

 

Syntax

object.NullMode
object.NullMode = Value

Works with

image\r24.gif

Data type

Boolean

 

Description

Returns (first syntax line) or specifies (second syntax line) how Reflection handles NUL characters. When this property is True, the NUL character is discarded upon receipt and may be used as a time fill character. When it is False, the NUL character is stored in the buffer and passed to the printer port.

Values

The default value is False.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property