ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
8 results for: Externe
SysMemoryExternalStorage (Function)
Returns the amount of available memory on the external storage area of the device.
Extern (Reserved word)
EXTERN is used to...
SysStatusExternalStorage (Function)
Returns the availability status of the external storage space of the device.
<DiskFile variable>.Size (Function)
Returns the size of a file (in bytes).
<DiskFile variable>.ReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
<DiskFile variable>.Read (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.
ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control.
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or Unicode).