Returns True if the specified character contains a Null character (#0) (ASCII NUL).
Source position: masks.pas line 276
protected function TWindowsMaskUTF8.IsSpecialChar( |
AChar: Char |
):Boolean; override; |
AChar |
|
Character value examined in the method. |
True if the specified character contains a Null character (#0) (ASCII NUL).
| Version 4.6 | Hosted on Source Forge |