JCL Help:UnicodeIsCased

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Tests whether the codepoint is a cased character.


Pascal

 function UnicodeIsCased(C: UCS4): Boolean;


Parameters

Parameters Description
Code The unicode codepoint (character) to test.


Return Value

If the specified codepoint is a cased character the function returns True, otherwise the function returns False.


Description

UnicodeIsCased tests whether the specified unicode codepoint is a cased character, i.e. either lower case, title case, upper case or unique upper case.


About

Unit

JclUnicode


Donator

Mike Lischke


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