ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FirstDayOfYear (Function)
Returns the date of the first day of the year.
Encryption (Property)
The Property Encryption allows you to know and modify the type of encryption used.
Configuring an application with User Groupware
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Info (External language)
Displays a dialog box containing an information logo and the message passed in parameter.
Position
The Position keyword can correspond to...
fCopyFile (Example)
Usage example of the fCopyFile function
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static control found in a window. of a Static control found in a report....
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
iCalendarToScheduler (Function)
Imports data in iCalendar format into a Calendar control.
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
grPiePullOut (Function)
Pulls out a section (or all sections) in a chart.
LooperAddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
ThreadCurrent (Function)
Returns the name of the thread currently run.
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
FTP constants
List of constants used by the FTP functions....
Events associated with Internal Page controls
List of events associated with internal pages and Internal Page controls
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
zipAddFile (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.
RibbonEndExpandedMode (Function)
Collpases a collapsed ribbon that is temporily expanded.
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....