ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipFileSize (Function)
Returns the size of one of the archive files (in CAB, RAR, WDZ, ZIP, 7z, gzip, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
sEvent (Function)
Branches an event on a serial port.
EmailRemoveFolder (Function)
Deletes a folder from the Outlook messaging software or from an IMAP server.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
HNbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
zipSelectFile (Function)
Selects files from an archive.
DDEStart (Function)
Executes a program (an executable file, for example) from the current application.
HActivateFilter (Function)
Enables the filter that was previously created for the specified table (view or query).
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
Move (Function)
Allows: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
TreeView control properties
The TreeView controls found in a window or in a page can be handled by the WLanguage properties......
Properties associated with the Cell control field
List properties associated with the Cell control field...
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
Different types of data (Type of variable)
A variable is defined by name and type......
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....