TContactFieldFormat Class Reference

class TContactFieldFormat

Class to hold the contact field formats.

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

Constructor & Destructor Documentation

TContactFieldFormat(TInt, TInt, TBool)

TContactFieldFormat(TIntaLength,
TIntaCount,
TBoolaDisplayed
)

Standard constructor.

Parameters

TInt aLength
TInt aCount
TBool aDisplayed

Member Data Documentation

TInt iCount

TInt iCount

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

TBool iDisplayed

TBool iDisplayed

Indicates whether this is displayed or hidden.

TInt 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.