RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideStrUtils.inOpArray Function

Checks if a WideChar is contained in a given array.

Pascal
function inOpArray(W: WideChar; sets: array of WideChar): boolean;
C++
boolean inOpArray(WideChar W, array of WideChar sets);

Call inOpArray to check whether a WideChar identified by W parameter is present in the sets array. 

 

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