createPlugInFrame
Last update: 16.07.2025abstract fun createPlugInFrame(name: String, title: String, reserved: String, plugin: Long, container: Container): Long
Create a frame window in which to embed the java plug-in
Return
window handle for the frame created
Parameters
| name | name of the plug-in frame |
| title | window title for the plug-in frame |
| reserved | Reserved for future use |
| plugin | IDispatch for the plug-in asking to be put into a frame |
abstract fun createPlugInFrame(name: String, title: String, reserved: String, plugin: Long, container: Container, showFavorites: Boolean): Long
abstract fun createPlugInFrame(name: String, title: String, reserved: String, plugin: Long, container: Container, showFavorites: Boolean, defWidth: Long, defHeight: Long): Long
abstract fun createPlugInFrame(name: String, title: String, reserved: String, plugin: Long, container: Container, showFavorites: Boolean, defWidth: Long, defHeight: Long, minWidth: Long, minHeight: Long): Long