![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Section Contents
Applications that use this class will not work correctly on a version of EPOC earlier than ER5.
Not applicable.
cntdb.h
cntmodel.lib
An item within a text definition (see class CContactTextDef). A TContactTextDefItem has a field type and an optional separator string with a maximum length of 4 characters.
TContactTextDefItem();
The default C++ constructor constructs a TContactTextDefItem. The field type is initialised to KNullUid.
TContactTextDefItem(TFieldType aFieldType);
The C++ constructor is used to construct the TContactTextDefItem object with a field type.
TFieldType aFieldType |
The field type. |
TContactTextDefItem(TFieldType aFieldType, const TDesC& aSeperator);
The C++ constructor is used to construct the TContactTextDefItem object with a field type and a separator string.
TFieldType aFieldType |
The field type. |
const TDesC& aSeperator |
The string used to separate fields within the text definition. |
TFieldType iFieldType |
The field type. |
TBuf<KMaxContactTextSeperator> iSeperator |
Specifies the string used to separate the fields within the text definition. |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |