Location:
fldinfo.h
Link against: field.lib
TFindFieldInfo
Supported from 5.0
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==()
TBool operator!=(const TFindFieldInfo& aInfo)const;
Compares two field information objects for inequality.
|
|
TBool operator==(const TFindFieldInfo& aInfo)const;
Compares two field information objects for equality.
|
|
TInt iFirstFieldPos
The document position of the start of the first field in the range.