Location:
FLDINFO.H
Link against: field.lib
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.
Defined in TFindFieldInfo
:
iFieldCountInRange
, iFirstFieldLen
, iFirstFieldPos
, operator!=()
, operator==()
IMPORT_C TBool operator==(const TFindFieldInfo &aInfo) const;
Compares two field information objects for equality.
|
|
IMPORT_C TBool operator!=(const TFindFieldInfo &aInfo) const;
Compares two field information objects for inequality.
|
|
TInt iFirstFieldPos;
The document position of the start of the first field in the range.
TInt iFirstFieldLen;
The length of the first field in the range.