#include <app/MPbk2FieldPropertyArray2.h>
class MPbk2FieldPropertyArray2 |
Public Member Functions | |
---|---|
pure virtual const MPbk2FieldProperty * | FindProperty(const MVPbkFieldType &, const TDesC &) |
Protected Member Functions | |
---|---|
virtual | ~MPbk2FieldPropertyArray2() |
This class is an extension to MPbk2FieldPropertyArray. See documentation of MPbk2FieldPropertyArray from header MPbk2FieldPropertyArray.h
You can access this extension by calling MPbk2FieldPropertyArray->FieldPropertyArrayExtension()
const MPbk2FieldProperty * | FindProperty | ( | const MVPbkFieldType & | aFieldType, |
const TDesC & | aName | |||
) | const [pure virtual] |
Returns a property for the field type and given name or NULL.
Parameter | Description |
---|---|
aFieldType | The field type whose property is searched for. |
aName | Name for the filed type |
Returns: A field property for the field type or NULL if not found.