IWidgetPlugin: (IPlugin)
Windowed plugin.
function InitControl(wnd: Integer; Flags: Integer): WordBool;
Creates the window. Wnd parameter is the HWND handle of parent window.
Return value should be True, if window has created successfully.
procedure DoneControl;
Called on closing the window.