TCOM_Numeric_Text_Presentation_Manager
What: class
Ancestor: TCommon_COM_Interface
File: _TPM
Layer: 1
Platforms: C++, Pascal (Object)
This is an abstract base class for numeric text presentation managers. All methods use
the stdcall calling convention. It contains the following methods:
Decimal
char* Decimal()
function Decimal : PChar
Character(s) to use for decimal point.
Group
char* Group()
function Group : PChar
Character(s) to use for thounsand separator.
Negative
char* Negative()
function Negative : PChar
Character(s) to use for negative sign.
Positive
char* Positive()
function Positive : PChar
Character(s) to use for positive sign.