#include <app/cntdb.h>
| class TContactTextDefItem |
| Public Attributes | |
|---|---|
| TFieldType | iFieldType |
| TBuf< KMaxContactTextSeperator > | iSeperator |
| Public Member Functions | |
|---|---|
| TContactTextDefItem() | |
| TContactTextDefItem(TFieldType) | |
| TContactTextDefItem(TFieldType, const TDesC &) | |
An item in a text definition.
A TContactTextDefItem has a field type and an optional separator string with a maximum length of 4 characters.
See also: CContactTextDef
| TBuf< KMaxContactTextSeperator > | iSeperator |
The string used to separate the fields in the text definition.
| IMPORT_C | TContactTextDefItem | ( | ) |
Default constructor; initialises the field type to KNullUid.
| IMPORT_C | TContactTextDefItem | ( | TFieldType | aFieldType | ) |
Constructs the text definition item with a field type.
| Parameters | |
|---|---|
| aFieldType | The field type. |
| IMPORT_C | TContactTextDefItem | ( | TFieldType | aFieldType, |
| const TDesC & | aSeperator | |||
| ) | ||||
C++ constructor with a field type and a separator string.
| Parameters | |
|---|---|
| aFieldType | The field type. |
| aSeperator | The string used to separate fields in the text definition. |