JCL Help:CharIsControl@AnsiChar

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Tests whether C is a control character.


Pascal

 function CharIsControl(const C: Char): Boolean;
function CharIsControl(const C: AnsiChar): Boolean;


Parameters

Parameters Description
const C: Char Character to test.


Return Value

If C is a control character the result is True, otherwise the result is False.


Description

CharIsControl tests whether C is a control character. That is, if it has an ordinal value smaller than 32.


About

Unit

JclAnsiStrings


Donator

Anthony Steele


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