Hiragana

This property queries the connection’s operator information area to determine if Hiragana characters are enabled. The Hiragana property is set to 1 if Hiragana characters are enabled; otherwise, it is set to 0. Hiragana is an Integer data type and is read-only. The following example shows this property.

 ' Create a new lsxECLOIA object associated with connection A
dim myOIAObj as new lsxECLOIA("A")
 
' Check if Hiragana characters are available
if myOIAObj.Hiragana then
  call abc