Location:
damform.h
Link against: damodl.lib
class CDaRow : public CBase;
A row in a data application model.
CBase
- Base class for all classes to be instantiated on the heap
CDaRow
- A row in a data application model
Defined in CDaRow
:
CDaRow()
, ConstructL()
, EInvalidControl
, GetColAsRichTextL()
, GetColAsTextL()
, MapColNo()
, NewL()
, RichText()
, SetColFromRichTextL()
, SetColFromTextL()
, SetPictureFactory()
, anonymous
, ~CDaRow()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
static IMPORT_C CDaRow *NewL(CDaModel &aModel);
Allocates and constructs a new row.
|
|
protected: IMPORT_C CDaRow(CDaModel &aModel);
Constructor.
|
IMPORT_C void GetColAsTextL(TDbColNo aUserColNo, CBufBase *aBufBase);
Gets the contents of a specified column in the row.
|
IMPORT_C void SetColFromTextL(TDbColNo aUserColNo, const TDesC &aFieldBuffer);
Sets the contents of a specified column in the row.
|
IMPORT_C void GetColAsRichTextL(TDbColNo aUserColNo, CRichText &aRichText);
Gets the contents of a specified column in the row as rich text.
|
IMPORT_C void SetColFromRichTextL(TDbColNo aUserColNo, CRichText &aRichText);
Sets the contents of a specified column in the row as rich text.
|
inline CRichText *RichText() const;
Gets the row contents.
|
inline void SetPictureFactory(MPictureFactory *aPictureFactory);
Sets a picture factory for the row.
|