[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Masks' (#lazutils)

TWindowsMaskUTF8.IsSpecialChar

Returns True if the specified character contains a Null character (#0) (ASCII NUL).

Declaration

Source position: masks.pas line 276

protected function TWindowsMaskUTF8.IsSpecialChar(

  AChar: Char

):Boolean; override;

Arguments

AChar

  

Character value examined in the method.

Function result

True if the specified character contains a Null character (#0) (ASCII NUL).


Version 4.0 Generated 2025-05-03 Home