ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
Events associated with a Layout control
DoubleClick (Property)
The DoubleClick property is used to get and change the name of the Button control that will be executed when a control is double-clicked.
DnDCacheData (Example)
Usage example of the DnDCacheData function
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
LDAPFind (Function)
Performs a search in an LDAP server.
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control....
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
FinPeriodInterest (Function)
Calculates for a given period the amount of interests due for a loan paid off by fixed periodic payments with a fixed interest rate.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
fLock (Function)
Entirely or partially locks an external file.
HOpen (Function)
Opens a data file.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
grDraw (Function)
Draws a chart according to the specified parameters.
InfoBuild (Function)
Displays a custom message in a system information window.
Data source (Example)
Usage example of the Data source type
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
MDIEnumChild (Function)
Returns the alias of the specified MDI child window.