ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipArchive (Variable type)
The type zipArchive type is used to manipulate an archive file corresponding to one of the following formats: ZIP, CAB, RAR, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ).
OrganizerDisplayNextPeriod (Function)
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
OrganizerDisplayPreviousPeriod (Function)
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
fDriveInfo (Function)
Returns information about a drive.
Organizer control functions
The following functions are used to manage the Organizer control:...
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
sEvent (Function)
Branches an event on a serial port.
Segmented Button control
The Segmented Button control can be understood as a set of ON/OFF buttons grouped together in a single control......
restRequest (Variable type)
The restRequest type is used to define the advanced characteristics of a REST request.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
FileToMemory (Function)
Automatically initializes the values of the members of a structure or class with the values of the items of the current record.
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
fCompress (Function)
Compresses a file.
SQLReqExists (Function)
Checks the existence of a query.
SchedulerBackgroundColor (Function)
Sets a background color for a time period in a Scheduler control (time period corresponding to lunch time, a public holiday, etc.).
ArraySort (Function)
Sorts a WLanguage array.
HNbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
Queue (Variable type)
A Queue variable is a structured type that groups a set of elements of the same type.