ICalculator Methods |
The ICalculator type exposes the following members.

Name | Description | |
---|---|---|
![]() | CopyOutputToClipboard |
Copies the output item to the Windows clipboard in the specified format
|
![]() | GetOutput |
Returns the documented output from the calculator in the specified format.
|
![]() | GetVariables |
Returns all the variables defined in the calculator excluding temporary variables
|
![]() | GetVariables2 |
Returns the current Document and Calc Section variables in the specified data format
|
![]() | Initialize |
Initializes the calculator to start calculating
|
![]() | InitializeCalc |
Initializes the calculator and starts calculating using the specified Calc Library Item
|
![]() | SetForegroundWindow |
Executes the Windows API function
SetForegroundWindow
from the Tedds calculator process.
|
![]() | SetOwnerWindow |
Sets which window owns the Tedds calculator's main window
|
![]() | SetVariables |
Assign the specified variables to the calculator instance
|
