System.Character.TUnicodeBreak

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
System.Character.pas
System.Character.hpp
System.Character System.Character

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.