Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: cntfldst.h
Link against: cntmodel.lib

Class CContactNumberField

CContactNumberField

Support

Supported from 5.0

Description

An integer value stored in a contact item field. This class is not currently supported in the Contacts Model.

Derivation

CBaseBase class for all classes to be instantiated on the heap
CContactFieldStorageAbstract base class for the different types of contact field data storage
CContactNumberFieldAn integer value stored in a contact item field

Defined in CContactNumberField:
SetNumber(), Value()

Inherited from CBase:
operator new()

Inherited from CContactFieldStorage:
ExternalizeL(), InternalizeL(), IsFull(), RestoreL(), StoreL()


Set / get data


SetNumber()

void SetNumber(TInt aNumber);

Description

Sets the integer.

Parameters

TInt aNumber

The integer.


Value()

TInt Value() const;

Description

Retrieves the integer.

Return value

TInt

The integer.