What is new on BDF Version 10
- Added api_component.isUploadSuccessFul. Developers can check whether a file upload has occured or not before processing the uploaded file.
- Added api_component.isEditable and api_component.isGridColumnEditable
- Added api_component.setPrintColor, and api_component.getBackgroundColor
- Added api_panel.setPrintColor
- From now on, every tab should have an order. Current tabs that don't have order, will be automatically updated during the version 10 upgrade process.
- The in_tab_nr input parameter in api_tabbedpanel.setCurrentTab and api_tabbedpanel.addTab is renamed to in_order_nr
- Api_datasource.getCompleteRowCount ,api_datasource.getPKColumnName are added.
- Added api_application.import and api_application.export.
- Added api_tree.selectNode, api_tree.expandNode ,and api_tree.getCurrentSelection.