AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Resultados de la búsqueda
Resultados 3576-3600 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.
UploadStart (Función)
Inicia el envío de los archivos seleccionados a una control Upload.
DeleteVoiceCommand (Función)
Elimina un comando de voz que fue agregado por AddVoiceCommand. A partir de la versión 17, esta función se sustituye por SpeechRecognitionDeleteCommand.
Managing Responsive Web Design in your Web pages
Websites can be viewed on several platforms......
HRetrieveItem (Función)
Devuelve el contenido de un elemento del registro actual (en el archivo de datos, vista o consulta).
Propiedades disponibles en Java
WINDEV le permite generar una aplicación Java sin siquiera conocer el lenguaje Java......
Global and local variable
Two types of variables are available......
InitialValue (Property)
El Valor inicial Property se utiliza para get el valor inicial de un control en una ventana o página.
BurnerSave (Example)
Usage example of the BurnerSave function
Manipulating menu options programmatically
Menu options can be manipulated......
HReadPrevious (Función)
Establece la posición en el registro anterior de un archivo de datos de acuerdo con un elemento de navegación.
HError (Función)
Devuelve el número del último error provocado por el motor HFSQL.
HCreateServerTrigger( Función)
Añade o modifica un disparador de servidor sobre un servidor HFSQL.
Vincular un control Tabla a un archivo de datos o consulta
Los controles Tabla pueden mostrar el contenido de un archivo de datos o consulta......
ODBCUserName (Property)
The ODBCUserName property allows you to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
Visible (Property)
El Visible Property se utiliza para: Averiguar si un elemento es Visible. Hacer visible un elemento o Invisible....
ListSelectPlus (Función)
Selecciona uno o varios elementos de un Cuadro de Lista, ListView o control Combo Box.
Funciones HFSQL
Lista de funciones para la gestión de HFSQL...
HFSQL Client/Server: Principio para guardar las bases de datos
Como para cualquier base de datos, las copias de seguridad de sus bases de datos HFSQL Client/Server deben realizarse regularmente.......
HOnError (Función)
Personaliza la gestión de errores HFSQL.
LooperSelect (Función)
Devuelve el índice del elemento seleccionado en una control Looper.
WinAdaptSize (Función)
Adapta el tamaño de la ventana al contenido de los controles.
gImage (Function)
Builds a sequence of characters containing an image.
HListAnalysis( Función)
Returns the list of WINDEV or WEBDEV analyses (in HFSQL Classic format) available in a given directory.