ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<zipArchive variable>.AddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
fSize (Function)
Returns the size of a file (in bytes).
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging. an appointment from the calendar found on a mobile device (Android/iOS)....
YAML (Variable type)
The YAML type simplifies the handling of data in YAML format.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
ChangeStyle (Function)
Modifies the style of a control dynamically.
BTIsVisible (Function)
Used to find out whether a Bluetooth radio is visible.
Phonetic (Function)
Returns the phonetic transcription of the string passed as parameter.
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
fOpenTempFile (Function)
Creates and opens a temporary file.
LoadParameter (Function)
Reads a persistent value.
SysScreenOrientation (Function)
Allows you to: know the orientation of the device screen (Android or iOS phone). set the screen orientation of the device (Android phone)....
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....