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. ====== Create ====== Method of [[:scripting:api:base-view:start|IBaseView]] ===== Description ===== Creates view window on demand ===== Parameters ===== * [[scripting:api:data-type:ULONG|ULONG]] **hWndParent** ===== Syntax ===== ==== JavaScript ==== <code javascript> BaseView.Create(hWndParent); </code>==== Visual Basic Script ==== <code vb> BaseView.Create hWndParent </code>==== C++ ==== <code cpp> HRESULT hr = BaseView.Create(hWndParent); </code>===== See Also ===== [[:scripting:api:base-view:start|IBaseView]] ~~NOTOC~~