Edits the current options of the current utility.
[Visual Basic] Function EditOptions( _ ByVal p_bPriorExecution As Boolean _ ) As Boolean [C#] bool EditOptions( bool p_bPriorExecution ); [C++] bool EditOptions( bool p_bPriorExecution ); [JScript] function EditOptions( bool p_bPriorExecution ): bool;
True is the editing was successful. False if the user cancelled the edit or if an error occurred.
Use SetOptions or SetDefaultOptions to set the options before calling this method. You can the use GetOptions to retrieve the options after a successful edit.
The p_bPriorExecution parameter allows you to provide a different user interface (such as an "Execute" button instead of an "OK" button) if the calling program intend to execute the utility just after the method is called. The method itself should not run the utility.
IUtilitySet Interface | Okapi.Library.Utility Namespace | HasOptions | GetOptions | SetDefaultOptions | SetOptions