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 / Funcionalidades Automáticas de la Aplicación (FAA)
  • Overview
  • Checking all/Unchecking all
  • Operating mode
  • Implementation
  • Saving values
  • Operating mode
  • Implementation
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
The Check Box control can benefit from several AAFs (Automatic Application Features):
Checking all/Unchecking all

Operating mode

The "Check all" option is used to check all the options found in the check box.
The "Uncheck all" option is used to uncheck all the options found in the check box.

Implementation

The "Check all" and "Uncheck all" options are automatically implemented in the Check Box controls from version 20. These options are available for all types of Check Box controls (standard, Vista, ...).
Like all the context menus proposed by the AAFs, you have the ability to configure the default options proposed by the control. For more details, see Configuring the AAF menus.
Through programming:
  • AAFDisable with the aafCheckBoxCheckAll constant allows you to delete the options used to check or uncheck all from the context menu of the specified Check Box control.
  • AAFExecute associated with the aafCheckBoxCheckAll constant is used to check all the options found in the specified Check Box control.
  • AAFChangeCaption allows you to modify the text of the context menu used to check all the options in a Check Box control.
Saving values

Operating mode

To save the value selected in a List Box or Combo Box control, select "Remember value" in the context menu of the control.

Implementation

The "Remember value" option is automatically available in Combo Box and List Box controls. This option is used to manage the data persistence.
Like all the context menus proposed by the AAFs, you have the ability to configure the default options proposed by the control. For more details, see Configuring the AAF menus.
In programming: The AAFDisable function used with the faaSauveValeur constant removes the "Memorize value" option from the context menu of the specified Check Box control.
Remark: You can also memorize the value using the "Recordar valor" option in the Tab Control description window ("Detail" tab).. This option is used to save the value even if the menu option was not enabled by the user. The menu option has priority if it was enabled by the user.
Versión mínima requerida
  • Versión 20
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