Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: fldinfo.h
Link against: field.lib

Class TFindFieldInfo

TFindFieldInfo

Support

Supported from 5.0

Description

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.

Defined in TFindFieldInfo:
iFieldCountInRange, iFirstFieldLen, iFirstFieldPos, operator!=(), operator==()


Overloaded operators


operator!=()

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

Description

Compares two field information objects for inequality.

Parameters

const TFindFieldInfo& aInfo

The field information object to compare with this one.

Return value

TBool

ETrue if the two objects are different. EFalse if they are the same.


operator==()

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

Description

Compares two field information objects for equality.

Parameters

const TFindFieldInfo& aInfo

The field information object to compare with this one.

Return value

TBool

ETrue if the two objects are the same. EFalse if they are different.

[Top]


Data members


iFieldCountInRange

TInt iFieldCountInRange

Description

The number of fields found in the specified range.


iFirstFieldLen

TInt iFirstFieldLen

Description

The length of the first field in the range.


iFirstFieldPos

TInt iFirstFieldPos

Description

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