JCL Help:CodeBlockFromChar
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: CodeBlockFromChar Function
Search in JCL Help
Search in all projects
Summary
Returns the character block (code block) for a character.
Pascal
function CodeBlockFromChar(const C: UCS4): TUnicodeBlock;
Parameters
Parameters | Description |
const C: UCS4 | The unicode character for which you want to know the character block in which it resides. |
Return Value
The character block for the specified character. If the character does not belong to any defined block, ubUndefined is returned.
Description
The CodeBlockFromChar returns the code block (or character block) in which the specified character exists. If the character does not belong to any defined block, ubUndefined is returned.
About
Unit
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