Specifies whether the characters inputted into the component are converted from ANSI to OEM and then back to ANSI.
Declaration
componentPropObj.OEMConvert
Read-Write Property | Boolean |
componentPropObj | One of the objects listed in the Applies To section |
Applies To
The property applies to the following objects:
TcxButtonEditProperties, TcxMemoProperties, TcxMRUEditProperties, TcxTextEditProperties
Description
Use the OEMConvert
property to ensure that the component’s text can be unambiguously converted to the OEM character set. If OEMConvert
is true, the characters typed into the component are converted from ANSI to OEM and back to ANSI. If it does not matter if the inputted text is converted to OEM, set OEMConvert
to False.
Property Value
True, if the input is converted from ANSI to OEM and back to ANSI; False otherwise.