JCL Help:WideCompose@WideString@Boolean

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Transforms a string into a composed string.


Pascal

 function WideCompose(const S: WideString; Compatible: Boolean = True): WideString; overload;
function WideCompose(const S: WideString; Tags: TCompatibilityFormattingTags): WideString; overload;


Parameters

Parameters Description
const S: WideString The string for which to compose the individual characters.


Return Value

The string with all characters composed, where possible.


Description

Returns a string with all the characters of S, but if it is possible to combine characters then they are composed. For example, the two base characters E and ^ are combined into the composite character Ê.


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