AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 251-109 de 109 para Cours
EditMode (Property)
La propiedad EditMode obtiene y establece el modo de edición del control Editor de diagramas: selección o dibujo a mano alzada.
BurnerStatus (Function)
Returns the status of the current burner.
iInfoPrinter (Function)
Retrieves the characteristics of the current or default printer.
HeightHalfExpanded (Property)
La propiedad HeightHalfExpanded obtiene y establece la altura "semiexpandida" de la ventana deslizante inferior asociada a la ventana actual.
HeightExpanded (Property)
La propiedad HeightExpanded obtiene y establece la altura "expandida" de la ventana deslizante inferior asociada a la ventana actual.
HeightCollapsed (Property)
La propiedad HeightCollapsed obtiene y establece la altura "contraída" de la ventana deslizante inferior asociada a la ventana actual.
Búsqueda rápida en el código actual
Al escribir código, los desarrolladores a menudo necesitan hacer búsquedas rápidas en el código actual
Constantes de la visita guiada
Lista de funciones para la gestión de los controles del editor HTML
MyBottomSlidingWindow (Palabra reservada)
La palabra clave MyBottomSlidingWindow permite manipular la ventana deslizante inferior asociada a la ventana actual
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
EventOpen (Function)
Opens a synchronization event between several threads.
MenuSelectPlus (Function)
Enables a menu option (context menu or drop-down menu).
Editor de diagramas: cinta de opciones y paneles
El control Editor de diagramas incluye diferentes características a las que se puede acceder mediante...
tapiCalledID (Function)
Used to find out the phone number called.
fSeek (Example)
Usage example of the fSeek function
GuidedTourStop (Función)
Detiene la visita guiada actual u otra visita guiada especificada.
<Source>.RecordToJSON (Función)
Recupera la estructura y el valor del registro actual y los exporta en una cadena de caracteres con formato JSON.
Página compatible con SEO en modo sesión
En WEBDEV, hay dos métodos para desarrollar un sitio...
Display (External language)
Displays a value in a control or assigns a value in a variable.
Editor de diagramas (WEBDEV): Características
El control Editor de diagramas incluye diferentes opciones a las que se puede acceder a través de...
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
DotNetVersion (Function)
Returns the version number of the .Net Framework available on the current computer.
SQLChangeConnection (Function)
Modifies the current connection.
SpreadsheetDeleteColumn (Function)
Deletes a column from a Spreadsheet control.
SysListScreen (Function)
Returns the list of screens connected to one or more video cards.
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
<Looper>.MoveLine (Función)
Mueve una fila o intercambia dos filas en un control Looper.
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
<Spreadsheet>.DeleteColumn (Función)
Elimina una columna de un control Hoja de cálculo.
CurrentWin (Function)
Identifies the window currently in edit.
TestAddIteration (Function)
Adds an iteration into the current test and gives the values of test parameters for this iteration.
<Table>.MoveLine (Función)
Mueve una fila o intercambia dos filas en un control Tabla.
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
Manipular controles Editor de imágenes para móviles mediante programación
WINDEV Mobile permite manipular controles Editor de imágenes para móviles mediante programación...
HTMLEditorExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
AuthImportToken (Función)
Crea un token de acceso a un servicio web a partir de una descripción de token en formato JSON.
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
MongoInfo (Function)
Returns information about a MongoDB database.
<HTML editor>.ExecuteJS (Función)
Ejecuta código JavaScript en un control Editor HTML.
EventChange (Function)
Modifies the status of an event.
<mongoDatabase variable>.Info (Función)
Devuelve información sobre una base de datos MongoDB.
SysSerialNum (Function)
Returns the IMEI number of the current device.
Detailed use of WINDEV FTP/RPC
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a Check Box control through programming...
TwainListSource (Function)
Returns the list of drivers for the Twain devices connected to the current computer.
<Table>.RecNum (Función)
Devuelve el número del registro actual en un control Tabla basado en un archivo de datos.
Cambio de los sitios de AWP al modo de sesión SEO-ready
Colapsa todas las cabeceras de fila y/o columna en un control Tabla dinámica.
Control Menú contextual (WEBDEV)
Los menús contextuales se utilizan a menudo en sitios web...
BurnerPath (Function)
Returns the path of the current burner.
<Source>.RecordToXML (Función)
Recupera la estructura y el valor del registro actual y los exporta en una cadena de caracteres en formato XML.
Personalizar métodos abreviados de teclado
Los diferentes editores de WINDEV, WEBDEV y WINDEV Mobile incluyen varias opciones que pueden utilizarse directamente a través de métodos abreviados de teclado...
Programming a status bar
WINDEV allows you to manipulate a status Bar and a status Bar cell directly by programming...
EventCreate (Function)
Creates an event.
ExeListDLL (Function)
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
Creación de la plantilla de un reporte
The HierarchicalDepth property is used to:
  • Find out the depth of a hierarchical control in a report.
  • Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming).
ControlCurrent (Function)
Returns the name of the control currently in edit.
Manipular controles Menú contextual mediante programación
WEBDEV incluye diferentes funciones y propiedades WLanguage para manipular controles Menú contextual mediante programación...
Utilizar código Kotlin
Kotlin es un lenguaje de programación utilizado principalmente por desarrolladores de Android...
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
<zipArchive variable>.CurrentFile (Función)
Devuelve el nombre del archivo gestionado actualmente por las funciones de adición y extracción de archivos.
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
<Spreadsheet>.SortSelection (Función)
Ordena los valores seleccionados en un control Hoja de cálculo.
EmailListFolder (Example)
Usage example of the EmailListFolder function
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
NetGetFile (Example)
Usage example of the NetGetFile function
<Source>.HistoryModification (Función)
Devuelve las modificaciones realizadas en uno o más campos de un registro determinado. El resultado se puede mostrar en un control List Box o Tabla para que el usuario pueda ver las modificaciones realizadas en el archivo especificado.
FirstDayOfMonth (Función)
Devuelve el primer día del mes.
Handling XLS files
WINDEV and WEBDEV propose two methods for handling Excel files...
Déploiement par média physique (DVD, etc.)
La pestaña "Detalles" de la ventana de descripción del control Flexbox permite definir el comportamiento del control cuando el navegador cambia de tamaño horizontal o verticalmente...
dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area...
BurnerMediaInfo (Function)
Retrieves the characteristics of the CD/DVD found in the current burner.
dbgInfo (Function)
Returns a debug information.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
<Source>.ToWindows (Función)
Inicializa automáticamente los controles de una ventana con:
  • los valores de los elementos vinculados en el registro actual (cargado en memoria) del archivo de datos HFSL descrito en el editor de modelo de datos.
  • los valores de las variables WLanguage vinculadas.
Importar un diseño Figma
Figma es una herramienta de diseño en línea que permite crear diseños y prototipos en diversos campos, en particular para sitios web y aplicaciones...
MyGuidedTour
La variable MyGuidedTour permite manipular la visita guiada actual. La variable MyGuidedTour permite obtener las características de la variable de tipo GuidedTour utilizada.
NumHelp (Function)
Returns the number of the help context associated with the specified control.
fTempPath (Example)
Usage example of the fTempPath function
<Thread>.SendSignal (Función)
El subproceso actual envía una señal al subproceso que está en espera para desbloquearlo.
<Table>.Save (Función)
Actualiza o añade el registro vinculado a la fila actual en el control Tabla o TreeView Table.
ComponentInfo (Function)
Returns information about a component.
Creating nested reports
supprimer une option dans un champ bouton segmenté
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
(Sin título )
Arrête le ou les partages de proximité en cours.
ChangeSkinTemplate (Function)
Dynamically changes the skin template:
  • of all windows found in the current application,
  • of the windows found in the WINDEV components used by the application,
  • of a specific window found in the project.
Collapsed (Property)
The Collapsed property is used to:
  • get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control.
  • know or modify the wound/unwound status for:
    • the breaks of a Table control,
    • the breaks of a Looper control,
    • the break headers and footers of Table and Looper controls,
    • a Drawer control,
    • a Ribbon control,
    • a Navigation Bar control.
    • a Pivot Table control in a report.
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage...
SysNameExe (Function)
Returns the name and full path of an application.
CookieRead (Example)
Usage example of the CookieRead function
CookieWrite (Example)
Usage example of the CookieWrite function
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
WinEdSelect (Función)
Devuelve uno de los controles seleccionados cuando la interfaz es modificada por el usuario final (opción "Permitir a los usuarios finales modificar la IU" activada).
WinEdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
SpreadsheetMoveWorksheet (Function)
Moves a worksheet within a Spreadsheet control in a window.
MyPage (Reserved word)
MyPage is used to handle the current page...
<Window>.EdSelectMinus (Función)
Deselecciona un control cuando el usuario final modifica la interfaz (opción "Permitir que los usuarios finales modifiquen la IU" activada).
<Spreadsheet>.MoveWorksheet (Función)
Mueve una hoja de cálculo dentro de un control Hoja de cálculo en una ventana.
docAutoReplace (Tipo de variable)
El tipo docAutoReplace permite definir las características avanzadas de una cadena que se utiliza para reemplazar automáticamente a otra cadena a medida que el usuario escribe en un control Procesador de texto.
LineSpacing (Property)
La propiedad LineSpacing obtiene y establece el interlineado de las variables de tipo Font.
<Window>.EdSelect (Función)
Devuelve uno de los controles seleccionados cuando la interfaz es modificada por el usuario final (opción "Permitir a los usuarios finales modificar la IU" activada).
CharacterSpacing (Property)
La propiedad CharacterSpacing obtiene y establece el espaciado entre caracteres.
Manejo de archivos XLS (sintaxis con prefijo)
WINDEV y WEBDEV proponen dos métodos para tratar archivos Excel...
BurnerCancel (Function)
Cancels the current burn process.
2. Funciones WLanguage específicas de los teléfonos
Extracts and decompresses a list of files found in an archive to a physical location.
docStyle (Variable type)
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
Brochure des nouveautés 2025 : Nouveautés WEBDEV
Nouveautés de WEBDEV 2025 présentes dans la brochure des Nouveautés 2025.
1
5