ComponentOne True DBInput Pro 8.0
FuriganaOn Property (TDBText)

 

Reference> TDBText Control> TDBText Control Properties> FuriganaOn Property (TDBText)

FuriganaOn Property (TDBText)

The FuriganaOn property determines whether to retrieve the reading of the Japanese characters during input when working with the IME converting system.

Syntax

TDBText.FuriganaOn= boolean

Read/Write at run time and design time.

Values

True - Invoke the Furigana event.

Boolean False - Furigana event not fired. (Default)

Remarks

If set to True, as soon as you confirm your input by hitting the Enter key, the Furigana event will be invoked, and the reading of the Japanese characters (Kanji, Hiragana, Katakana (DBCS and SBCS)) will be passed in the Yomi parameter as SBCS Katakana. The DBCS and SBCS alphabet characters will be all returned in SBCS.

When entering text in the drop-down edit window, the FuriganaOn property will be ignored and the Furigana event will not be fired.

This property takes effect only when the IME is turned on.

See Also

Furigana Event (TDBText)

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback