![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Section Contents
Applications that use this class will not work correctly on a version of EPOC earlier than ER5.
CBase |
Abstract: CBase behaviour. |
CParserPropertyValue |
Abstract: Base class for all property values. |
vprop.h
versit.lib
This class is used to store a property value which is specified as a signed integer. For example, a priority property value in a vCalendar entity might be stored using this class.
To find out the property value type, use Uid() defined in the base class CParserPropertyValue. A signed integer property UID has the value KVersitPropertyIntUid.
The class defines an ExternalizeL() function which has not been documented. It is invoked by the parser's ExternalizeL() function.
CParserPropertyValueInt(TInt& aValue);
The C++ constructor is used to construct the property value with a signed integer.
TInt& aValue |
A signed integer value |
TInt Value() const;
Retrieves the signed integer property value.
TInt |
The signed integer property value. |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |