ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
Error 303: ambiguous control name
Installer skin template
The setup program creation wizard lets you customize the setup program windows......
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
ControlExecuteModification (Function)
Considers that the control has been modified by the user (the Modified property is set to True for the control and for the window if necessary) and runs the "Whenever modifying" WLanguage event associated with the control.
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......
Drag and Drop management functions
The following functions are used to manage Drag and Drop:...
WinInYPos (Function)
Returns the vertical position of the top left corner of the internal area (without border and title bar) of a window in relation to the top left corner of the screen.
WinInXPos (Function)
Returns the horizontal position of the top left corner of the internal area (without border and title bar) of a window in relation to the top left corner of the screen.
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
CSS styles (Cascading Style Sheet)
The CSS styles are the standard styles used on Internet......
Installing the HFSQL Server module
gpwResetPassword (Function)
Resets the password of a registered user.
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
ERR_CANNOT_RUN_EXPLORER
ManageHTML (Property)
ManageHTML is used to configure the management mode of the HTML format in a full-text index.
ManageRTF (Property)
ManageRTF is used to configure the management mode of the RTF format in a full-text index.
StopWord (Property)
The StopWord property is used to define stopwords in a full-text index defined through programming.
Synonym (Property)
The Synonym property is used to define synonyms in a programmatically defined full-text index.
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.