Skip to main content

TcxCustomBlobEditProperties.MemoOEMConvert Property

Determines whether characters entered into a BLOB editor in memo mode are converted from ANSI to OEM and then back.

Declaration

property MemoOEMConvert: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

To ensure that all characters typed into an in-place editor can be converted to the OEM character set, set this property to True. This converts all characters from ANSI to OEM and then back to ANSI. Set the MemoOEMConvert property to False to avoid mapping to the OEM format. This property is most useful when editors are used to enter file names for applications not using Unicode file names.

The default value of the MemoOEMConvert property is False.

See Also