|
|
|
|
|
- Presentación
- Ajustes del menú de las FAA
- Programación
- Funciones de gestión de los automatismos
Funcionalidades Automáticas de la Aplicación (FAA)
Las funciones automáticas de aplicación (AAF) le permiten añadir funciones a su aplicación sin tener que escribir una sola Line of code. Sólo tienes que marcar las opciones correspondientes para activar estas funciones. Algunos ejemplos de AAF: Ayuda a los usuariosUtilice la función AAFOpenHelp para que los usuarios puedan acceder a la documentación sobre las funciones automáticas de su aplicación (ordenación y búsqueda en tablas, opciones de gráficos, etc.).. El sitio https://faa.windev.es/ presenta las funciones automáticas disponibles en sus aplicaciones. Algunas de ellas permiten a los usuarios cambiar el tamaño de las ventanas, manipular tablas y gráficos, etc. Ajustes del menú de las FAA WINDEV includes several Automatic Application Features (AAFs). These AAFs allow end users to print and export the content of a Table control to Excel, show a calendar when entering a date, etc. In most cases, specific context menus are linked to AAFs. These context menus are displayed on windows, Edit controls, Image controls, etc. You can easily define the different options of the context menu in the editor. A custom context menu can also be added to the AAF context menu. This context menu can be placed before or after the AAF context menu. Funciones de gestión de los automatismos Varias funciones de WLanguage permiten gestionar las funciones automáticas: | | AAFChangeCaption | Customizes the text of a menu option for context menus corresponding to an AAF (Automatic Application Feature). | AAFConfigure | Allows you to specify the behavior of some Automatic Application Features (AAF). You can for example configure the option for exporting to Excel used by the automatic menu of tables. | AAFContextMenuToString | Devuelve la lista de opciones del menú contextual que realmente muestra el control. | AAFDisable | Disables an Automatic Application Feature (AAF) on a control, window or on the current application. | AAFEnable | Vuelve a activar una Funcionalidad Automática de la Aplicación (AAF) desactivada previamente con la función AAFDisable. | AAFExecute | Runs an Automatic Application Feature (AAF) on a control or window. This function can be used to start the spelling checker on an edit control for example. | AAFExportParameter | Saves all customizations made via AAFs (Automatic Application Features) in a file. | AAFExportSecurity | Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data. | AAFImportParameter | Loads all customizations made via AAFs (Automatic Applications Features) that have previously been saved to a file. | AAFOpenHelp | Opens the AAF (Automatic Application Features) help website. | AAFPossible | Indicates whether an AAF (Automatic Application Feature) can be run on a specific control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|