Unit 'unicodedata' Package
[Overview][Resource strings][Constants][Types][Procedures and functions][Index] [#rtl]

TUC_Prop

Unicode character properties record.

Declaration

Source position: unicodedata.pas line 286

type TUC_Prop = packed record

public

  CategoryData: Byte;

  

Category data.

  CCC: Byte;

  

  NumericIndex: Byte;

  

Index in numeric values array.

  SimpleUpperCase: UInt24;

  

Simple uppercase version.

  SimpleLowerCase: UInt24;

  

Simple lowercase version.

  DecompositionID: SmallInt;

  

Decomposition ID.

  property Category: Byte; [rw]

  

Get the category.

  property WhiteSpace: Boolean; [rw]

  

Is the character considered whitespace.

  property HangulSyllable: Boolean; [rw]

  

Is the character a hangul syllable.

  property NumericValue: Double; [r]

  

Numeric value.

end;

Description

TUC_Prop describes the collation characteristics of a unicode character. It is an internal structure which should not be used directly, the actual structure is subject to change.


Documentation generated on: Feb 02 2025