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 CDaRow

Interface status: deprecated

class CDaRow : public CBase;

Description

A row in a data application model.

Derivation

Members

Defined in CDaRow:

Inherited from CBase:


Construction and destruction


~CDaRow()

Interface status: deprecated Inherited from: CDaRow

IMPORT_C ~CDaRow();

Description

Destructor.


NewL(CDaModel &)

Interface status: deprecated Inherited from: CDaRow

IMPORT_C static CDaRow* NewL(CDaModel &aModel);

Description

Allocates and constructs a new row.

Parameters

CDaModel &aModel

Model to which the row relates

Return value

CDaRow *

New row


CDaRow(CDaModel &)

Interface status: deprecated Inherited from: CDaRow

protected: IMPORT_C CDaRow(CDaModel &aModel);

Description

Constructor.

Parameters

CDaModel &aModel

Model to which the row relates


ConstructL()

Interface status: deprecated Inherited from: CDaRow

protected: IMPORT_C void ConstructL();

Description

Second phase constructor.

[Top]


Member functions


GetColAsTextL(TDbColNo,CBufBase *)

Interface status: deprecated Inherited from: CDaRow

IMPORT_C void GetColAsTextL(TDbColNo aUserColNo, CBufBase *aBufBase);

Description

Gets the contents of a specified column in the row.

Parameters

TDbColNo aUserColNo

Column to get

CBufBase *aBufBase

On return, contains the contents


SetColFromTextL(TDbColNo,const TDesC &)

Interface status: deprecated Inherited from: CDaRow

IMPORT_C void SetColFromTextL(TDbColNo aUserColNo, const TDesC &aFieldBuffer);

Description

Sets the contents of a specified column in the row.

Parameters

TDbColNo aUserColNo

Column to set

const TDesC16 &aFieldBuffer

Column value


GetColAsRichTextL(TDbColNo,CRichText &)

Interface status: deprecated Inherited from: CDaRow

IMPORT_C void GetColAsRichTextL(TDbColNo aUserColNo, CRichText &aRichText);

Description

Gets the contents of a specified column in the row as rich text.

Parameters

TDbColNo aUserColNo

Column to get

CRichText &aRichText

On return, contains the contents


SetColFromRichTextL(TDbColNo,CRichText &)

Interface status: deprecated Inherited from: CDaRow

IMPORT_C void SetColFromRichTextL(TDbColNo aUserColNo, CRichText &aRichText);

Description

Sets the contents of a specified column in the row as rich text.

Parameters

TDbColNo aUserColNo

Column to set

CRichText &aRichText

Column value


RichText()const

Interface status: deprecated Inherited from: CDaRow

inline CRichText* RichText() const;

Description

Gets the row contents.

Return value

CRichText *

Row contents


SetPictureFactory(MPictureFactory *)

Interface status: deprecated Inherited from: CDaRow

inline void SetPictureFactory(MPictureFactory *aPictureFactory);

Description

Sets a picture factory for the row.

Parameters

MPictureFactory *aPictureFactory

Picture factory


MapColNo(TDbColNo)

Interface status: deprecated Inherited from: CDaRow

protected: IMPORT_C TDbColNo MapColNo(TDbColNo aUserColNo);

Description

Converts a user column number to the corresponding column number.

Parameters

TDbColNo aUserColNo

User column number

Return value

TDbColNo

Column number

[Top]


Member enumerations


Enum anonymous

Interface status: deprecated Inherited from: CDaRow

n/a

Description

Constant definition.

EInvalidControl

Unused.