JCL Help:CharIsPrintable@AnsiChar
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: CharIsPrintable Function
[+] JclAnsiStrings.pas Functions
Search in JCL Help
Search in all projects
Summary
Tests whether a character is printable.
Pascal
function CharIsPrintable(const C: Char): Boolean;
function CharIsPrintable(const C: AnsiChar): Boolean;
Parameters
Parameters | Description |
const C: Char | The character to test. |
Return Value
If C is printable the return value is True, otherwise the return value is False.
Description
CharIsPrintable returns whether the specified character is printable. A printable character is any character which is not a control character and as such has an ordinal value larger than 31.
About
Unit
Donator
Azret Botash
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page