DwtCSempty(3Dwt) DwtCSempty(3Dwt)
Name
DwtCSempty - Determines if the compound-string contains any text segments.
Syntax
int DwtCSempty(compound_string)
DwtCompString compound_string;
Arguments
compound_string
Specifies the compound-string.
Description
The DwtCSempty function determines if the compound-string contains any text segments. DwtCSempty returns True if all text segments in the
compound-string are empty. Otherwise, it returns False.
Return Values
DwtCSempty returns True if all text segments in the compound-string are empty. Otherwise, it returns False.
See Also
Guide to the XUI Toolkit: C Language Binding
Guide to the XUI Toolkit Intrinsics: C Language Binding
DwtCSempty(3Dwt)