Indicator whether the item has at least one text character.
[Visual Basic] Function HasText( _ ByVal p_bWhiteSpaceIsText As Boolean _ ) As Boolean [C#] bool HasText( bool p_bWhiteSpaceIsText ); [C++] bool HasText( bool p_bWhiteSpaceIsText ); [JScript] function HasText( bool p_bWhiteSpaceIsText ): bool;
True if the item has at least one character (including spaces).
Use this method to query whether the text item contains text.
IFilterItem Interface | Okapi.Library.Filter Namespace | GetCode