#include <DAMFORM.H>
Link against:
damodl.lib
This item is not part of the S60 5th Edition SDK
Interface status: |
deprecated |
|
class CDaRow : public CBase;
Description
A row in a data application model.
Derivation
CBase
-
Base class for all classes to be instantiated on the heap.
CDaRow
- A row in a data application model.
Members
Defined in CDaRow
:
Inherited from CBase
:
Construction and destruction
Interface status: |
deprecated |
Inherited from: CDaRow |
IMPORT_C ~CDaRow();
Description
Destructor.
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
Interface status: |
deprecated |
Inherited from: CDaRow |
protected: IMPORT_C CDaRow(CDaModel &aModel);
Description
Constructor.
Parameters
CDaModel &aModel |
Model to which the row relates
|
|
Interface status: |
deprecated |
Inherited from: CDaRow |
protected: IMPORT_C void ConstructL();
Description
Second phase constructor.
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
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
|
|
Interface status: |
deprecated |
Inherited from: CDaRow |
inline CRichText* RichText() const;
Description
Gets the row contents.
Return value
SetPictureFactory(MPictureFactory *)
Interface status: |
deprecated |
Inherited from: CDaRow |
inline void SetPictureFactory(MPictureFactory *aPictureFactory);
Description
Sets a picture factory for the row.
Parameters
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
Return value
Interface status: |
deprecated |
Inherited from: CDaRow |
n/a
Description
Constant definition.