Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <DAMFORM.H>
Link against: damodl.lib
This item is not part of the S60 5th Edition SDK

Class TDaStoreResolver

Interface status: deprecated

class TDaStoreResolver : public MRichTextStoreResolver;

Description

Implements a call back for determining a data application store as a function of the document position.

Derivation

Members

Defined in TDaStoreResolver:


Member functions


StreamStoreL(TInt)const

Interface status: deprecated Inherited from: TDaStoreResolver

virtual const CStreamStore& StreamStoreL(TInt aPos) const;

Description

Implements the MRichTextStoreResolver callback.

It always returns iStore.

Parameters

TInt aPos

Unused.

Return value

const CStreamStore &

Store.

[Top]


Member data


iStore

Interface status: deprecated Inherited from: TDaStoreResolver

CStreamStore * iStore;

Description

Store.