TTMSFNCUtils.CharInSet Method
Returns whether a character belongs to a character set.
API unit family: TMSFNCUtils
Declaring type: TTMSFNCUtils
Syntax
class function CharInSet(ch: Char; ACharSet: TTMSFNCUtilsCharSet): boolean; overload;
Parameters
| Name | Description |
|---|---|
ch |
Character to test. |
ACharSet |
Character set to inspect. |
Returns
True when the character is present in the set.