Click to return to the Reusing Browser Technology home page    
IHTMLDocument3::getElemen...     IHTMLDocument3::releaseCa...     IHTMLDocument3 Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLDocument3::recalc Method


Recalculates all dynamic properties in the current document.

Syntax

HRESULT recalc(
    VARIANT_BOOL fForce
);

Parameters

fForce
Address of a VARIANT Boolean structure that returns all dynamic properties in the current document. If set to VARIANT_TRUE, this method will evaluate all expressions in the document. If set to VARIANT_FALSE, the default, only those expressions that reference properties that have changed since the last recalculation will be recalculated.

Return Value

Returns S_OK if the function was bound successfully, or an error code otherwise.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.