RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideStrUtils.inOpSet Function

Checks if a WideChar is contained in a given set.

Pascal
function inOpSet(W: WideChar; sets: CharSet): boolean;
C++
boolean inOpSet(WideChar W, CharSet sets);

Call inOpSet to check whether a WideChar identified by W parameter is present in the set of characters identified by sets parameter.  

If the ordinal value of W is less than 255, the in operator is used on the input set; otherwise the function returns false. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!