ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Native Container control
  • Overview of native Container control
  • Creating a Native Container control
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview of native Container control
The native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile. This allows you to easily include in a window controls coming from an external module such as SDK.
The Container control returns the handle (UIView in iOS, View Identifier in Android) expected by the SDK. Then, this handle can be directly used to handle the control.
Creating a Native Container control
To create a Native Container control:
  1. On the "Creation" tab, in the "Other controls" group, click "Native container".
  2. Click at the desired location to create the control. The control appears in the editor.
    Remark: The dimensions of the control are optimized to take up the available space at the specified position. If necessary, resize the control using the handles.
To view the characteristics of the control, select "Description" in the context menu.
To handle the Native Container control, see Handling a Native Container control through programming.
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/01/2022

Send a report | Local help