====== 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 ====
BaseView.Create(hWndParent);
==== Visual Basic Script ====
BaseView.Create hWndParent
==== C++ ====
HRESULT hr = BaseView.Create(hWndParent);
===== See Also =====
[[:scripting:api:base-view:start|IBaseView]]
~~NOTOC~~