Creates an option for displaying on the settings pages. It also associates the Store and Apply functions for the option. If the user chooses an option, then the functions associated to the option are invoked by the interpreter. The statement to display can specify a hierarchy by using slashes. For example, the option Microsoft Word\\Toolbar displays Microsoft Word on one line and Toolbar appears indented on the next line in the tree view of options.
The Option path (string value)
The Store function name (string value)
The Apply function name (string value)
Option( <option path>, [Store function name], [Apply function name], [LanguageIndependentPath]);
Option ( "Microsoft Word\\Toolbar");
Option( "MicrosoftWord\\Toolbar\\Tooltips", "StoreTooltips", "ApplyTooltips", "msword\\toolbar\\tooltips");
If the item is selected by the user, then the Store and Apply functions are called by the interpreter. If an option is selected by the user, the option's parent functions are also invoked.
|
Copyright © 2013 CA.
All rights reserved.
|
|