ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipSplit (Function)
Splits an archive into several sub-archives of a given size.
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
ComboOpen (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
dModifyOpacity (Function)
Modifies the opacity of an image (which means the alpha channel of the image).
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
RegistryListKey (Function)
Lists the sub-keys of a registry key.
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
TreeGetIndex (Function)
Returns the index of an element (node or leaf) in a TreeView control.
Time management help
Time management is extremely important......
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
Error 530: The -- operator is not allowed
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
fRename (Function)
Modifies the name of a file.
Remote WEBDEV administrator: Personal information
The remote management tool is used to check and modify (if necessary) your personal information....
HsMenu,Label (Function)
Modifies the caption of a menu option.
<Image variable>.ModifySaturation (Function)
Modifies the saturation of an image in an Image variable.
<Image variable>.ModifyLightness (Function)
Modifies the lightness of an image in an Image variable.
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......