Programming with Reflection
CutFillCharacter property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether Cut and Clear actions replace characters with nulls or spaces.
The default is rcSpaceCharacter.
rcSpaceCharacter Cut and cleared characters are replaced with spaces.
rcNullCharacter Cut and cleared characters are replaced with nulls.
The value of this property determines how data is transmitted to the host, but does not influence the current screen display. All cut or cleared characters appear as spaces in the current screen display.