Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: cntdb.h
Link against: cntmodel.lib

Class TContactTextDefItem

TContactTextDefItem

Support

Supported from 5.0

Description

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


Construction


TContactTextDefItem()

TContactTextDefItem();
TContactTextDefItem(TFieldType aFieldType);
TContactTextDefItem(TFieldType aFieldType, const TDesC& aSeperator);

Description

C++ constructor — overloaded function. The text definition item may be constructed:

Parameters

TFieldType aFieldType

The field type.

const TDesC& aSeperator

The string used to separate fields in the text definition.

[Top]


Data members


iFieldType

TFieldType iFieldType

Description

The field type.


iSeperator

TBuf<KMaxContactTextSeperator> iSeperator

Description

The string used to separate the fields in the text definition.