Enum IGDIPlus.TGPStringDigitSubstitute
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabBasicPkg
Unit: IGDIPlus
Contents |
Syntax
Delphi:
type TGPStringDigitSubstitute = (StringDigitSubstituteUser, StringDigitSubstituteNone, StringDigitSubstituteNational, StringDigitSubstituteTraditional);
C++ Builder:
enum TGPStringDigitSubstitute {StringDigitSubstituteUser, StringDigitSubstituteNone, StringDigitSubstituteNational, StringDigitSubstituteTraditional};
Visual C++ (MFC):
enum CTGPStringDigitSubstitute {StringDigitSubstituteUser, StringDigitSubstituteNone, StringDigitSubstituteNational, StringDigitSubstituteTraditional};
Summary
Specifies how to substitute digits in a string according to a user's locale or language.
Description
Defines enumeration that specifies how to substitute digits in a string according to a user's locale or language.
Values
StringDigitSubstituteUser | Specifies a user-defined substitution scheme. |
StringDigitSubstituteNone | Specifies to disable substitutions. |
StringDigitSubstituteNational | Specifies substitution digits that correspond with the official national language of the user's locale. |
StringDigitSubstituteTraditional | Specifies substitution digits that correspond with the user's native script or language, which may be different from the official national language of the user's locale. |