Location:
cntdb.h
Link against: cntmodel.lib
TContactTextDefItem
Supported from 5.0
An item within a text definition. A
TContactTextDefItem
has a field type and an optional separator
string with a maximum length of 4 characters. See also class
CContactTextDef
.
Defined in TContactTextDefItem
:
TContactTextDefItem()
, iFieldType
, iSeperator
TContactTextDefItem();
TContactTextDefItem(TFieldType aFieldType);
TContactTextDefItem(TFieldType aFieldType, const TDesC& aSeperator);
C++ constructor — overloaded function. The text definition item may be constructed:
by default — the field type is initialised to
KNullUid
with a field type
with a field type and a separator string
|
TBuf<KMaxContactTextSeperator> iSeperator
The string used to separate the fields in the text definition.