InterviewSolution
Saved Bookmarks
| 1. |
What Is The Function Of Ui Api I.e. User Interface Api ? |
|
Answer» UI API stands for User Interface Application Program.DLL is provided by SAP i.e. Interop.SAPbouiCOM.dll.The reference of this dll is added in the project to ACCESS it in project.UI API is used for ACCESSING the controls that are DISPLAYED on the form. Following are the functions of UI API:
UI API stands for User Interface Application Program.Dll is provided by SAP i.e. Interop.SAPbouiCOM.dll.The reference of this dll is added in the project to access it in project.UI API is used for accessing the controls that are displayed on the form. Following are the functions of UI API: |
|