GX5296, GX5960.
Opens the file import Panel window. Note: this function requires GTDIO6x-FIT license.
GtDio6xFileImportPanel (dwHwndParentl)
Name |
Type |
Comments |
dwHwndParent |
DWORD |
Parent window handle. Used when creating the panel window. |
The function is used to create the file import panel window. The file import panel window is opened as a modal, i.e. the panel will disable the parent window (hwndParent) and the function will return only after the window was closed by the user.
For more details on how to use the file import Panel dialog see the section: Importing External Vector Files.
The following example calls the file import Panel:
HWND hwnd;
DioPanel (hwnd);