>>Java

Refresh Method

Triggers loading of the TaxObject's data.

Syntax

value = object.Refresh(background)

Part
Description
objectA TaxControl object
valueA numeric result
backgroundboolean true for background read using a separate thread.

Remarks

In most situations, tax data will be loaded automatically at run time. However, there may be circumstances which require this data to be reloaded dynamically. Use the refresh method in order to clear the control and reload all tax data. This method would typically be necessary only after changing the DataFilename property. Changes to other properties such as Earnings, FilingStatus, etc., do not require a subsequent Refresh.