JCL Help:CharIsDelete@AnsiChar

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Tests whether C is a delete character.


Pascal

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


Parameters

Parameters Description
const C: Char Character to test.


Return Value

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


Description

CharIsDelete tests whether C is a delete character. That is, if it has an ordinal value of 8.


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