Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: FLDINFO.H
Link against: field.lib

Class TFindFieldInfo

class TFindFieldInfo;

Description

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.

Members

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


Member functions


operator==()

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


operator!=()

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

[Top]


Member data


iFieldCountInRange

TInt iFieldCountInRange;

Description

The number of fields found in the specified range.


iFirstFieldPos

TInt iFirstFieldPos;

Description

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


iFirstFieldLen

TInt iFirstFieldLen;

Description

The length of the first field in the range.