System.Character.TUnicodeBreak

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TUnicodeBreak = (
ubMandatory,
ubCarriageReturn,
ubLineFeed,
ubCombiningMark,
ubSurrogate,
ubZeroWidthSpace,
ubInseparable,
ubNonBreakingGlue,
ubContingent,
ubSpace,
ubAfter,
ubBefore,
ubBeforeAndAfter,
ubHyphen,
ubNonStarter,
ubOpenPunctuation,
ubClosePunctuation,
ubQuotation,
ubExclamation,
ubIdeographic,
ubNumeric,
ubInfixSeparator,
ubSymbol,
ubAlphabetic,
ubPrefix,
ubPostfix,
ubComplexContext,
ubAmbiguous,
ubUnknown,
ubNextLine,
ubWordJoiner,
ubHangulLJamo,
ubHangulVJamo,
ubHangulTJamo,
ubHangulLvSyllable,
ubHangulLvtSyllable
);

C++

enum class DECLSPEC_DENUM TUnicodeBreak : unsigned char { ubMandatory, ubCarriageReturn, ubLineFeed, ubCombiningMark, ubSurrogate, ubZeroWidthSpace, ubInseparable, ubNonBreakingGlue, ubContingent, ubSpace, ubAfter, ubBefore, ubBeforeAndAfter, ubHyphen, ubNonStarter, ubOpenPunctuation, ubClosePunctuation, ubQuotation, ubExclamation, ubIdeographic, ubNumeric, ubInfixSeparator, ubSymbol, ubAlphabetic, ubPrefix, ubPostfix, ubComplexContext, ubAmbiguous, ubUnknown, ubNextLine, ubWordJoiner, ubHangulLJamo, ubHangulVJamo, ubHangulTJamo, ubHangulLvSyllable, ubHangulLvtSyllable };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
System.Character.pas
System.Character.hpp
System.Character System.Character

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !