[Overview][Resource strings][Constants][Types][Procedures and functions][Index] |
Get unicode collation algorithm properties for a unicode character
Source position: unicodedata.pas line 379
function GetPropUCA( |
const AHighS: UnicodeChar; |
const ALowS: UnicodeChar; |
const ABook: PUCA_DataBook |
):PUCA_PropItemRec; overload; |
const AChar: UnicodeChar; |
const ABook: PUCA_DataBook |
):PUCA_PropItemRec; overload; |
AHighS |
|
High character of surrogate pair. |
ALowS |
|
Low character of surrogate pair. |
ABook |
|
Unicode Collation Algorithm data set. |
UCA data for the character, nil if none is available.
AChar |
|
Unicode character |
ABook |
|
Unicode Collation Algorithm data set. |
GetPropUCA returns UCA data for the unicode character (AChar) or surrogate pair AHighS, ALowS) in the collation data book ABook. If no data is available, Nil is returned.
if an invalid ABook is specified, an access violation may occur.
|
Get unicode character data |