ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static Text control in a report, ...).
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Explicit conversion operator for simple types
When the '=' operator is used between variables of simple types (int, real, string, etc......
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
Defining specific character sets in HFSQL tables
When an application displays or saves data in HFSQL tables, this data is typed in the current language......
<Image>.Copy (Function)
Copies an image to another image.
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......
LanguageToCharset (Function)
Returns the character set corresponding to a language.
ContactListSource (Function)
Lists the sources (or accounts) of the contacts saved on the device.
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
29. SEO in practice
Error 303: ambiguous control name
Favicon: Define the site icon
WEBDEV allows you to easily define the site icon (also called Favicon)......
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.
<picLayer variable>.DrawRectangle (Function)
Draws a rectangle in a picLayer variable.