API published in: S60 1st Ed
Link against: pbkview.lib
ReadDeviceData ReadUserData WriteDeviceData WriteUserData
#include <cpbkdatasaveappui.h>
Public Member Functions | |
| virtual IMPORT_C void | PbkDataSaveNoFieldL (CPbkContactItem &aContact) |
| Called by CPbkDataSaveAppUi::HandleCommandL if there is no field available where to save the data and no new field could be added. | |
| virtual IMPORT_C TPtrC | PbkDataSaveClipTextL (const TDesC &aText, CPbkFieldInfo &aFieldInfo) |
| Called from CPbkDataSaveAppUi::HandleCommandL if the aText is too long to fit into field. | |
| ||||||||||||
|
Called from CPbkDataSaveAppUi::HandleCommandL if the aText is too long to fit into field. Default implementation clips aText from the end. If an empty string is returned the field addition is canceled.
|
|
|
Called by CPbkDataSaveAppUi::HandleCommandL if there is no field available where to save the data and no new field could be added. Default implementation does nothing.
|