ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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)....
MatCopy (Function)
Creates the copy of a matrix.
MatDelete (Function)
Deletes an existing matrix.
HRegenerateFile (Function)
Regenerates a data file from its log.
HExecuteProcedure (Function)
Runs a stored procedure.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
Error 25: No THEN statement is associated with this IF
HAddUser (Function)
Adds a user to a database.
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....
docSection (Type of variable)
The docSection type is used to define the advanced characteristics of a section found in a document or paragraph.
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
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......
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
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......
9. Generation modes
WINDEV Mobile includes different types of generation......
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
DnDCursor (Example)
Usage example of the DnDCursor function