ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SchedulerTriggerProperties (Function)
Reads the properties of trigger of a scheduled task and updates the TriggerScheduledTask structure.
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
fWrite (Function)
Writes: a character string into an external file. a memory section....
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
HCreateMovableReplica (Function)
Creates a movable replication.
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
gpwAddUser (Function)
Adds a user to the User Groupware database.
TextToRTF (Function)
Converts text to Rich Text Format.
ImageXPos (Function)
Returns the horizontal position (X) of the mouse cursor in relation to the specified Image control.
Events associated with Java Applet controls
List of events associated with Java Applet controls...
LanguageToName (Function)
Returns the name of a language.
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
The Range Slider control
The Range Slider control is used to easily select an interval or a zoom......
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
2. Analysis in practice
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
Associating a control with a tab pane
Methods to associate a control with a tab pane......
H.ErrIgnore (Variable)
Specifies the mode for processing the errors: the errors are processed by WINDEV the errors are processed by the program....
Set of procedures
The global procedures are grouped in set of procedures......
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.