Returns true if the input character C is in the array of ANSI characters
Namespace: HelperFunctions
Delphi |
function RSCharInSet(const C: WideChar; const SomeChars: TSysCharSet): Boolean; overload; inline; |
Parameters
C
Type: WideChar
SomeChars
Type: TSysCharSet
Type: Boolean
Reference |