ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

9. Generation modes
WINDEV Mobile includes different types of generation......
HAddUser (Function)
Adds a user to a database.
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
FTPCommand (Function)
Sends a specific FTP command to a server.
Manipulating days in a Calendar control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate the following elements......
docSection (Type of variable)
The docSection type is used to define the advanced characteristics of a section found in a document or paragraph.
LanguageToName (Function)
Returns the name of a language.
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
FaxSend (Function)
Sends a fax according to the connection that was established beforehand (FaxConnect).
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
The Image control
The Image control is used to......
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
DnDCursor (Example)
Usage example of the DnDCursor function
Programming the table cells
The Table controls can be handled......
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
AppointmentModify (Function)
Modifies the current appointment: in a Lotus Notes or Outlook calendar. in the calendar found on a mobile device (Android/iOS)....
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
StatCovariance (Function)
Calculates the covariance between two series of values.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
MatWrite (Function)
Writes an element into a matrix.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
dPen (Example)
Usage example of the dPen function