TContactFieldFormat Class Reference

#include <app/phbksync.h>

Link against: phbksyncsvr.lib

class TContactFieldFormat
Public Attributes
TInt iCount
TBool iDisplayed
TInt iLength
Public Member Functions
TContactFieldFormat(TInt, TInt, TBool)

Detailed Description

Class to hold the contact field formats.

Member Attribute Documentation

iCount

TInt iCount

The maximum number of instances of this field within an item. This is set to -1 if this is unlimited.

iDisplayed

TBool iDisplayed

Indicates whether this is displayed or hidden.

iLength

TInt iLength

The maximum length (i.e. number of characters) of the field. If the field is not a string type this attribute should be ignored.

Constructor & Destructor Documentation

TContactFieldFormat ( TInt, TInt, TBool )

TContactFieldFormat(TIntaLength,
TIntaCount,
TBoolaDisplayed
)

Standard constructor.