Unit 'Masks' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lazutils]

TMaskUTF8.IsSpecialChar

Indicates if the specified character is a wildcard character, or used to represent set / range notation.

Declaration

Source position: masks.pas line 238

protected function TMaskUTF8.IsSpecialChar(

  AChar: char

):Boolean; virtual;

Arguments

AChar

  

Character value examined in the method.

Function result

Always returns False in TMaskUTF8.


Version 4.4 Generated 2025-11-08 Home