RAD Studio VCL Reference
|
Checks if a WideChar is contained in a given set.
function inOpSet(W: WideChar; sets: CharSet): boolean;
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!
|