Property IGDIPlus.IGPStringFormat.DigitSubstitutionMethod
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.
Class: IGPStringFormat
Contents |
Syntax
Delphi:
property DigitSubstitutionMethod : TGPStringDigitSubstitute read GetDigitSubstitutionMethod;
C++ Builder:
__property TGPStringDigitSubstitute DigitSubstitutionMethod = { read=GetDigitSubstitutionMethod };
Summary
Returns the digit substitution method that is used by the TGPStringFormat object.
Description
Use this property to get an element of the
TGPStringDigitSubstitute enumeration that indicates the digit
substitution method that is used by the TGPStringFormat
object.
Remarks
The digit substitution method replaces, in a string, Western
European digits with digits that correspond to a user's
locale or language.