WinStudio
Combo box, enhanced combo box, edit box, grid column, and multiline edit components.
Component property: Data binding.
The keyword is replaced with the last value typed by the user via the Input Method Editor editor (IME) in the specified character set.
LASTIMEVALUE(DISPLAYCHARSET(CharacterSet))
Part |
Description |
CharacterSet | A string expression that specifies a character set, as described in Settings. |
Setting |
Description |
KATAKANA SB | Single-byte Katakana |
KATAKANA DB | Double-byte Katakana |
HIRAGANA | Double-byte Hiragana |
The LASTIMEVALUE keyword has an effect only on workstations equipped with the Japanese version of Windows.
The default character set is KATAKANA SB. The contents of the keyword are updated when the user inputs a value with the IME editor. The last value entered by the user is redisplayed in the specified character set. The StdLastIMEValueUpdated event is generated when the value is redisplayed.
LASTIMEVALUE(DISPLAYCHARSET(HIRAGANA))