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