class TContactTextDefItem |
An item in a text definition.
A TContactTextDefItem has a field type and an optional separator string with a maximum length of 4 characters.
Public Member Functions | |
---|---|
TContactTextDefItem() | |
TContactTextDefItem(TFieldType) | |
TContactTextDefItem(TFieldType, const TDesC &) |
Public Attributes | |
---|---|
TFieldType | iFieldType |
TBuf< KMaxContactTextSeperator > | iSeperator |
IMPORT_C | TContactTextDefItem | ( | TFieldType | aFieldType | ) |
TFieldType aFieldType |
IMPORT_C | TContactTextDefItem | ( | TFieldType | aFieldType, |
const TDesC & | aSeperator | |||
) |
TFieldType aFieldType | |
const TDesC & aSeperator |
TBuf< KMaxContactTextSeperator > | iSeperator |
The string used to separate the fields in the text definition.