AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Resultados de la búsqueda
Resultados 2276-2300 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.
StatMin( Función)
Calcula el valor mínimo para una serie de valores.
StatAverageDeviation( Función)
Calcula la desviación media de los valores en relación con su media aritmética.
StatAverage( Función)
Calcula la media aritmética, geométrica o armónica de una serie de valores.
StatSum( Función)
Calcula la suma de una serie de valores.
StatMax( Función)
Calcula el valor máximo para una serie de valores.
HReadSeekFirst (Función)
Establece la posición en el primer registro que tenga un elemento específico con un valor estrictamente igual al valor buscado (búsqueda exacta).
fLongName (Example)
Usage example of the fLongName function
fDecrypt( Función)
Descifra un archivo que fue encriptado por fCrypt.
HState (Example)
Usage example of the HState function
dSaveImagePNG (Example)
Usage example of the dSaveImagePNG function
Funciones de aplicación automatic (AAF) de los controles de hojas de cálculo
El control Hoja de cálculo incluye múltiples funciones de aplicación (AAF) automatic para simplificar el uso del control ......
Editor de diagramas: cinta de opciones y paneles
El control Editor de diagramas incluye diferentes características a las que se puede acceder mediante......
UploadCurrentFileSize (Función)
Devuelve el tamaño total (en bytes) del archivo cargado actualmente a través de un control Upload.
UploadCurrentFileSizeSizeSent (Función)
Devuelve el tamaño (en bytes) ya enviado para el archivo actualmente cargado a través de un control Upload.
zipSize (Example)
Usage example of the zipSize function
StatVarianceP( Función)
Calcula la desviación para una serie completa de valores.
StatStandardDeviationP( Función)
Calcula la desviación estándar para una serie completa de valores.
StatStandardDeviation( Función)
Calcula la desviación estándar para una serie de valores.
TreePosition (Función)
Muestra un control TreeView de un elemento especificado (nodo u hoja) o devuelve el nombre del primer elemento mostrado en un control TreeView.
Principales características de un control List Box
Las principales características de un control List Box son las siguientes......
UploadCurrentFile (Función)
Indica el archivo cargado actualmente a través de control Upload.
HMergeView (Example)
Usage example of the HMergeView function
HOnError (Example)
Usage example of the HOnError function
Manejo de una control Tabla dinámica mediante programación
Un control Tabla dinámica puede ser manejado a través de la programación......
Manipular controles List Box mediante programación
WINDEV, WEBDEV y WINDEV Mobile permiten manipular controles List Box mediante programación....