Unit 'Masks' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#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.6 Hosted on Source Forge