AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Pestaña
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
Returns the name of the Tab control that contains the specified control.
Example
// EDT_Name1 is on the TAB_TabInfo control
Info(ControlTab(EDT_Name1))     // Returns "TAB_TabInfo"
Syntax
<Result> = ControlTab(<Control>)
<Result>: Character string
  • Name of tab associated with the specified control.
  • Empty string ("") if the control is associated with no tab.
<Control>: Control name
Name of the control to be used. A WLanguage error occurs if the object is unknown.
Related Examples:
WD Multi-Windowing Training (WINDEV): WD Multi-Windowing
[ + ] This example presents the basic concepts for managing the multi-windowing and the dynamic tabs with WINDEV.

This example includes a simple interface for managing the customer forms:
- multi-windowing with MDI interface,
- multi tabs with a dynamic tab control.
Component: wd290obj.dll
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/02/2024

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