asiDisplayKeepOptionFormProperties
asiDisplayKeepOptionFormProperties(
o_tool
)
=> t / nil
Description
Displays the form characteristics for the Keep Options form. Use this function only to determine which form characteristics you want to modify. Do not use this function as part of another procedure.
Arguments
Value Returned
|
Displays a list of the Keep Option form characteristics and returns |
|
Examples
For the Spectre simulator, displays the form characteristics for the Keep Options form and returns t.
asiDisplayKeepOptionFormProperties( asiGetTool('Spectre))
Return to top