Resets most of the states and values of the item to their defaults.
[Visual Basic] Sub Reset() [C#] void Reset(); [C++] void Reset(); [JScript] function Reset();
Use this method to reset most of the states and values associated with the filter item to their default values.
CAUTION Encoding and line-break type are not reset by this method. Use SetEncoding and SetLineBreak to reset these.
IFilterItem Interface | Okapi.Library.Filter Namespace