Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Update ====== Method of [[:scripting:api:base-view:start|IBaseView]] ===== Description ===== Updates content of the view ===== Syntax ===== ==== JavaScript ==== <code javascript> BaseView.Update(); </code>==== Visual Basic Script ==== <code vb> BaseView.Update </code>==== C++ ==== <code cpp> HRESULT hr = BaseView.Update(); </code>===== See Also ===== [[:scripting:api:base-view:start|IBaseView]] ~~NOTOC~~