Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <CNTDB.H>
Link against: cntmodel.lib

Class TContactTextDefItem

class TContactTextDefItem;

Description

An item in a text definition.

A TContactTextDefItem has a field type and an optional separator string with a maximum length of 4 characters.

Members

Defined in TContactTextDefItem:

See also:


Construction and destruction


TContactTextDefItem()

IMPORT_C TContactTextDefItem();

Description

Default constructor; initialises the field type to KNullUid.


TContactTextDefItem()

IMPORT_C TContactTextDefItem(TFieldType aFieldType);

Description

Constructs the text definition item with a field type.

Parameters

TFieldType aFieldType

The field type.


TContactTextDefItem()

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

Description

C++ constructor with a field type and a separator string.

Parameters

TFieldType aFieldType

The field type.

const TDesC &aSeperator

The string used to separate fields in the text definition.

[Top]


Member data


iFieldType

TFieldType iFieldType;

Description

The field type.


iSeperator

TBuf< KMaxContactTextSeperator > iSeperator;

Description

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