AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
20 resultados para: Externe
fOpen (Example)
Usage example of the fOpen function
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
fRead (Function)
Reads:
  • a block of bytes (characters) in an external file (ANSI or Unicode),
  • the content of an external file (ANSI or Unicode) and assigns it to a memory area.
Alcance de procedimientos
El ámbito de una Procedure define si es public, private, etc...
<DiskFile variable>Cerrar (función)
Cierra un archivo externo.
SysMemoryExternalStorage (Function)
Returns the amount of available memory on the external storage area of the device.
fSeek (Example)
Usage example of the fSeek function
SysStatusExternalStorage (Function)
Returns the availability status of the external storage space of the device.
fReadLine (Function)
Reads a line from an external file (ANSI or Unicode).
fSize (Function)
Returns the size of a file (in bytes).
ComponentLoad (Function)
Loads an external component. This component can be:
  • an external component present in the current project.
  • an external component independent of the current project.
<DiskFile variable>.Create (Función)
Crea un archivo externo.
<DiskFile variable>.Size (Función)
Devuelve el tamaño de un archivo (en bytes).
<DiskFile variable>.ReadLineRegularExpression (Función)
Lee una línea de un archivo externo, obtiene secciones de esta línea según una expresión regular y las asigna a una variable.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
<DiskFile variable>.leer (función)
Lee:
  • un bloque de bytes (caracteres) en un archivo externo (ANSI o Unicode),
  • el contenido de un archivo externo (ANSI o Unicode) y lo asigna a una zona de memoria.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
<DiskFile variable>.Write (Función)
Escribe:
  • una cadena de caracteres a un archivo externo.
  • una sección de memoria.
<DiskFile variable>.ReadLine (Función)
Lee una línea de un archivo externo (ANSI o Unicode).
ComponentInfo (Function)
Returns information about a component.