AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Resultados de la búsqueda
Resultados 2126-2150 de 3411 para Text file
Translating a text file with WDTRAD
El tipo pdfControl permite obtener todas las características y valores de un control que se encuentra en un formulario PDF.
fListResource (Function)
Lists the resources integrated to the application.
fIsImage (Function)
Determines whether a file on disk or in a buffer corresponds to an image format recognized by WINDEV or WEBDEV.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
fWrite (Function)
Writes:
  • a character string to an external file.
  • a memory section.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
fAddText (Function)
Adds the content of a character string at the end of a file.
fWatchDirectory (Function)
Detects changes made to the contents of a directory.
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites...
Print modes of a report
Several print modes are available for a report.
fWatchFile (Function)
Starts watching a file.
HImportText (Function)
Imports a Text file into an HFSQL Classic or Client/Server data file. This data file must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
fLoadText (Function)
Loads the contents of a text file into any text field or variable (string variable, window edit control, report label field, etc.).
fAddBuffer (Function)
Adds the content of a buffer at the end of a file.
XMLDelete (Example)
Usage example of the XMLDelete function
CallDLL32 (Example)
Usage example of the CallDLL32 function
API (Example)
Usage example of the API function
HCloseConnection (Example)
Usage example of the HCloseConenction function
Manipulación de un elemento de una control TreeView mediante programación
Esta ayuda Page explica cómo manipular los elementos de un control TreeView ya sea directamente o a través de las funciones WLanguage......
xlsClose (Example)
Usage example of the xlsClose function
HSetPosition (Example)
Usage example of the HSetPosition function
WDMap: Añadir, modificar y borrar los registros de un archivo de datos
WDMap permite realizar operaciones simples (adición, modificación o eliminación) en los registros que se encuentran en un archivo de datos......
fShortPath (Example)
Usage example of the fShortPath function
fLongPath (Example)
Usage example of the fLongPath function
fImageSelect (Example)
Usage example of the fImageSelect function
AutomaticTooltip (Property)
La propiedad automatic Tooltip se utiliza para habilitar o deshabilitar los tooltips automatic en los controles List Box, Table y TreeView Table.
HDelete (Función)
Elimina un registro de un archivo de datos (consulta o vista).
xlsOpen (Example)
Usage example of the xlsOpen function
Limitaciones de WINDEV, WEBDEV y WINDEV Mobile
HDeclare (Función)
Declara una descripción del archivo de datos (que esta en el análisis) en el proyecto actual.
HViewToFile (Example)
Usage example of the HViewToFile function
Lenguaje externo: Programación en Cobol
Vamos a llamar a los elementos desarrollados en WINDEV (proyecto, ventanas, análisis,......
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
Constantes para la gestión de las baldosas
KeyExpression (Example)
Usage example of the KeyExpression property
HTTPGetResult (Example)
Usage example of the HTTPGetResult function
xlsNbColumn (Example)
Usage example of the xlsNbColumn function
BackgroundColor (Property)
La propiedad BackgroundColor permite establecer el color de fondo de un control, ventana, página o bloque de un reporte.
Manejo programático de los controles ListView
WINDEV le permite programar los controles de manipular ListView......