ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
LocalStorageDelete (Function)
Deletes a value from the local storage.
LocalStorageDeleteAll (Function)
Deletes all the values from the local storage.
LocalStorageOccurrence (Function)
Returns the number of values for the local storage.
RibbonAdaptSize (Function)
Adapts the size of the controls found in a Ribbon control according to the size of their caption.
TreeListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
USBFind (Function)
Finds a USB device according to keywords.
Preset control properties
List of properties associated with the Preset control...
Calculated control properties
List of properties associated with the Calculated control...
WDInst: Configuring the uninstaller
The application uninstaller is the application that allows the end user to uninstall the application....
HInfoLog (Function)
Returns information about the server logs.
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
LocalStorageGet (Function)
Retrieves a value from the local storage.
Handling menu options programmatically
The menu options can be handled......
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
The Conference control
...The Conference control allows you to view and/or listen to video and/or sound in real time......
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
Index (Property)
The Index property indicates the physical index (physical order) of an item in a record.
ThreadResume (Function)
Resumes the execution of a thread that was interrupted by ThreadSuspend. Function not recommended.
AnimationMinFPS (Function)
Configures the minimum number of images per second in order for the animations (transition effects) to be enabled in the controls.
EmulateDialog (Function)
Emulates the next call to Dialog and automatically clicks the button passed in parameter.
TwainProperty (Function)
Used to find out or modify the properties of the current Twain device.
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.