 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Bottom of page |
|
DXmCSContainsStringCharSet(3X)
NAME
DXmCSContainsStringCharSet - Examines XmString segments for ISO_LATIN_1
characters.
SYNOPSIS
Boolean DXmCSContainsStringCharSet(
XmString string );
PARAMETERS
string
A compound string
DESCRIPTION
The DXmCSContainsStringCharSet routine examines all XmString segments in
the application for characters belonging to the ISO_LATIN_1 character set.
RETURN 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.
 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Top of page |
|