AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / Desarrollar una aplicación o un sitio web / Controles, ventanas y páginas / Controles: tipos disponibles / Control Contenedor nativo
  • Overview of native Container control
  • Creating a Native Container control
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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 "Creación" tab, in the "Otros controles" group, click "Contenedor nativo".
  2. Click at the desired location to create the control. The control appears in the editor.
    Note: The dimensions of the field created are optimized to occupy the space available at the position indicated.. 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 Manipulating Native Container controls programmatically.
Versión mínima requerida
  • Versión 23
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/09/2024

Señalar un error o enviar una sugerencia | Ayuda local