JCL Help:CharIsBlank@AnsiChar

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Test whether C is a blank character.


Pascal

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


Parameters

Parameters Description
const C: Char The character to test.


Return Value

If C is a blank character the return value is True, otherwise the return value is False.


Description

CharIsBlank returns whether or not C is a blank character.


About

Unit

JclAnsiStrings


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