TEXTOUTCONV Property
8.7C, PLBCMP GUI Only
The TEXTOUTCONV property controls the conversion of text from an object. The property uses the following format:
TEXTOUTCONV[={value}]
Note the following:
TEXTOUTCONV may be used in CREATE, GETPROP, or SETPROP statements of an EDITTEXT or RICHEDITTEXT object.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
Conversion ... |
|
1 |
$CONVDEFAULT |
The conversion default to the global runtime conversion. |
|
2 |
$CONVEOL |
The CR/LF combinations are replaced with the 0x7F characters (default). |
|
3 |
$CONVEXPAND |
The CR/LF combinations are replaced with the 0x7F characters. Tab characters are expanded into spaces. |
|
4 |
$CONVRAW |
No conversion is done. |
|
5 |
$CONVSPACES |
The CR/LF combinations are replaced with 0x7F characters. All characters below a space in value are turned into a single space character. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |