Tests whether a particular character is a Hebrew character. For a string, IsHebrew tests only the first character on the left.
IsHebrew ( character )
Argument |
Description |
---|---|
character |
A character or string whose value you want to test to find out if it is an Hebrew character |
Boolean. Returns true if character is an Hebrew character and false if it is not.
If you are not running a version of Windows that supports right-to-left languages, IsHebrew is set to false.
Under a version of Windows that supports right-to-left languages, this statement returns true if the SingleLineEdit sle_name begins with a Hebrew character:
IsHebrew(sle_name.Text)