| Click this button to go to the index for this section. |
DXmCSContainsStringCharSet(3X)
NAME
DXmCSContainsStringCharSet - Examines XmString segments for ISO_LATIN_1 characters.SYNOPSIS
Boolean DXmCSContainsStringCharSet (string) XmString string;PARAMETERS
string A compound stringDESCRIPTION
The DXmCSContainsStringCharSet routine examines all XmString segments in the application for characters belonging to the ISO_LATIN_1 character set.RETURNS VALUES
A Boolean value that, when True, indicates that all XmString segments contain characters from the ISO_LATIN_1 character set. If non-ISO_LATIN_1 characters are detected, this routine will return False.