AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Resultados de la búsqueda
Resultados 2001-2025 de 3413 para Text file
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls...
Translating a text file with WDTRAD
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static Text control in a report, ...).
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).
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...
fAddBuffer (Function)
Adds the content of a buffer at the end of a file.
fListResource (Function)
Lists the resources integrated to the application.
fWatchFile (Function)
Starts watching a file.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be...
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.).
fWrite (Function)
Writes:
  • a character string to an external file.
  • a memory section.
fWatchDirectory (Function)
Detects changes made to the contents of a directory.
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.
fIsImage (Function)
Determines whether a file on disk or in a buffer corresponds to an image format recognized by WINDEV or WEBDEV.
HSubstDir (Example)
Usage example of the HSubstDir function
ScreenFirst (Función)
Define el próximo control que estará en edición en la ventana actual.
BackgroundColor (Property)
BackgroundColor Property se utiliza para obtener y cambiar el fondo Color de un elemento.
WithSpace (Example)
Usage example of the WithSpace function
XamlDisable( Función)
Simula la ausencia de .Net 3.0 framework.
RedisSet (Función)
Cambia el valor de una clave en un servidor Redis.
RedisGet (Función)
Obtiene el valor de una clave de un servidor Redis como una cadena.
<Tipo String>.ExtractString (Función)
Permite: extraer una subcadena de una cadena en función de un separador de cadenas especificado. buscar subcadenas en una cadena en función de un separador de cadenas especificado....
ExtractString (Función)
Permite: extraer una subcadena de una cadena en función de un separador de cadenas especificado. buscar subcadenas en una cadena en función de un separador de cadenas especificado....
Port (Property)
La propiedad Port permite obtener y cambiar el puerto de conexión a un servidor.
HSavePosition (Función)
Guarda el contexto actual de un archivo de datos: registro actual, filtro, punteros.
Programación estándar en Windows Vista y posteriores
Para aumentar la seguridad contra gusanos y virus, Windows Vista/7 implementó el mecanismo UAC (Cuenta de usuario control)....
HCopyRecord (Example)
Usage example of the HCopyRecord function
Consulta de selección: Visualización de los primeros/últimos n registros
El editor de Select queries se utiliza para limitar el número de registros que se mostrarán en el resultado de la consulta....
sysNotification (Tipo de Variable)
El tipo sysNotification se utiliza para definir todas las características avanzadas de un sistema interactivo Notification 6e00 .
Características de las columnas de una control Tabla en una ventana
Las columnas se utilizan para mostrar información en un control Tabla.......
Edición de la hoja de estilo CSS
WEBDEV le ofrece la posibilidad de gestionar todos los estilos CSS utilizados en un proyecto.......
SQLTransaction (Example)
Usage example of the SQLTransaction function
FileToArray( Función)
Llena una array de clases o estructuras con el contenido de un archivo de datos o consulta HFSQL.
El mecanismo UAC en Windows Vista (y posterior)
Para aumentar la seguridad contra gusanos y virus, Windows Vista/7 implementó el mecanismo UAC (User Account control)......
Address
La palabra clave Address puede corresponder a...
Estructura de los ficheros log (HFSQL Client/Server)
Los siguientes archivos se crean automáticamente cuando se registra un archivo de datos de HFSQL Client/Server......
rssEnclosure (Tipo de Variable)
El tipo rssEnclosure se utiliza para describir y manipular el adjunto de una entrada de flujo RSS...
fSelect (Example)
Usage example of the fSelect function
HChangeConnection (Example)
Usage example of the HChangeConnection function