SELFONTCHARSET Property
9.0B, PLBCMP GUI Only
The SELFONTCHARSET property controls the character set for the current selection or insertion point. The property uses the following format:
SELFONTCHARSET={value}
Note the following:
SELFONTCHARSET may be used in SETPROP or GETPROP statements for RICHEDITTEXT objects.
{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 |
|
0 |
$ANSI_CHARSET |
|
1 |
$DEFAULT_CHARSET |
|
2 |
$SYMBOL_CHARSET |
|
77 |
$MAC_CHARSET |
|
128 |
$SHIFTJIS_CHARSET |
|
129 |
$HANGEUL_CHARSET |
|
129 |
$HANGUL_CHARSET |
|
130 |
$JOHAB_CHARSET |
|
134 |
$GB2312_CHARSET |
|
136 |
$CHINESEBIG5_CHARSET |
|
161 |
$GREEK_CHARSET |
|
162 |
$TURKISH_CHARSET |
|
163 |
$VIETNAMESE_CHARSET |
|
177 |
$HEBREW_CHARSET |
|
178 |
$ARABIC_CHARSET |
|
204 |
$RUSSIAN_CHARSET |
|
222 |
$THAI_CHARSET |
|
238 |
$EASTEUROPE_CHARSET |
|
255 |
$OEM_CHARSET |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |