TFindFieldInfo Class Reference

class TFindFieldInfo

information returned from a "Find the fields in this range" request Gets information about the fields found in a range of characters by CPlainText::FindFields() .

This information is the number of fields fully or partially within the range and the start position and length of the first field found.

Member Functions Documentation

operator!=(const TFindFieldInfo &)

IMPORT_C TBool operator!= ( const TFindFieldInfo & aInfo ) const

Parameters

const TFindFieldInfo & aInfo

operator==(const TFindFieldInfo &)

IMPORT_C TBool operator== ( const TFindFieldInfo & aInfo ) const

Parameters

const TFindFieldInfo & aInfo

Member Data Documentation

TInt iFieldCountInRange

TInt iFieldCountInRange

The number of fields found in the specified range.

TInt iFirstFieldLen

TInt iFirstFieldLen

The length of the first field in the range.

TInt iFirstFieldPos

TInt iFirstFieldPos

The document position of the start of the first field in the range.