请问EDIT中的IMEMODE属性是什么作用?

解决方案 »

  1.   

    Determines the behavior of the input method editor (IME).property ImeMode: TImeMode;DescriptionSet ImeMode to configure the way an IME processes user keystrokes. An IME is a front-end input processor for Asian language characters. The IME hooks all keyboard input, converts it to Asian characters in a conversion window, and sends the converted characters or strings on to the Delphi application. ImeMode allows a control to influence the type of conversion performed by the IME so that it is appropriate for the input expected by the control. For example, a control that only accepts numeric input might specify an ImeMode of imClose, as no conversion is necessary for numeric input.
    关于输入法的,看看帮助