ComponentOne True DBInput Pro 8.0
Furigana Event (TDBText)

 

Reference> TDBText Control> TDBText Control Events> Furigana Event (TDBText)

Furigana Event (TDBText)

This event is useful for internation developers writing for a Japanese audience. The Furigana event occurs when confirming the entering of data with IME. The FuriganaOn property must be set to True in order for the Furigana event to be fired. The Furigana event is invoked as soon as the entering of data using IME is confirmed. The Yomi parameter will return the reading of the Kanji, Hiragana, Katakana (DBCS and SBCS) in SBCS Katakana. This feature is very useful, most likely when inputting names in Kanji, which reduces time and keystrokes for multiple entries.

Syntax

control_Furigana (Yomi As String)

Arguments

Yomi is a string; the reading of the Kanji in SBCS Katakana.

Remarks

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 this event will not be fired.

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

See Also

FuriganaOn Property (TDBText)

 

 


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

Product Support Forum  |  Documentation Feedback