Indicates whether the current utility supports options.
[Visual Basic] Function HasOptions() As Boolean [C#] bool HasOptions(); [C++] bool HasOptions(); [JScript] function HasOptions(): bool;
True if the current utility supports options, false if not.
If this property is true, the current utility uses option. You can set or retrieve the string representation of the options using the GetOptions method. You can reset the options to their defailt values by calling the SetDefaultOptions method.
IUtilitySet Interface | Okapi.Library.Utility Namespace | GetCurrentUtility | GetOptions | SetOptions | SetDefaultOptions