AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Resultados de la búsqueda
Resultados 3601-3625 de 5036 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.
HListTrigger( Función)
Devuelve la lista de disparadores aplicados a uno o más archivos de datos HFSQL.
HToItem (Función)
Asigna el valor especificado a un campo del registro actual.
FTPFileExist( Función)
Comprueba la existencia de un archivo en un servidor FTP..
Dibujar en WINDEV, WEBDEV y WINDEV Mobile
WINDEV, WEBDEV y WINDEV Mobile incluyen varias funciones para mostrar, dibujar, copiar y guardar dibujos e imágenes desde sus aplicaciones o sitios......
SQLConnect (Example)
Usage example of the SQLConnect function
Instalación de OpenOffice
WINDEV, WEBDEV y WINDEV Mobile proponen un corrector ortográfico.......
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
HAddGroup (Function)
Adds a group of users.
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
WINDEV y OPC
OPC son las siglas de "OLE for Process Control"......
SubCaption (Property)
The SubCaption property is used to get and change: the secondary caption of an option found in a Radio Button or Check Box control. the secondary caption of an element found in a TreeMap control....
BurnerErase (Example)
Usage example of the BurnerErase function
MaxButtonWidth (Property)
The MaxButtonWidth property is used to get and set the maximum width of a button in a tab pane.
iPrintAreaRTF (Example)
Usage example of the iPrintAreaRTF function
Adaptar una aplicación a varios idiomas
Tutorial WINDEV - Gestionar varios idiomas Adaptar una aplicación a varios idiomas - 20 min
Integrar un sitio WEBDEV en una aplicación WINDEV
Al integrar un sitio web en una ventana de una aplicación de escritorio, puede compartir los elementos existentes y aumentar la productividad......
Transacciones: Procesos secure en archivos de datos HFSQL
Este capítulo abarca los siguientes temas......
HCreateView (Función)
Crea una vista HFSQL. Esta función utiliza el anterior mecanismo de vistas....
Implementar un archivo Java
Como para cualquier aplicación, WINDEV permite crear un programa instalación para una aplicación Java......
SQLCol( Función)
Recupera el contenido de la columna especificada del resultado de la consulta, para la actual Line.
Tabla,Guardar (idioma externo)
Modifica o añade un Record en el archivo de datos relacionado al tabla.
HDFS functions
The following functions are used to manage files on a HDFS system......
iCreateFont (Example)
Usage example of the iCreateFont function