ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
RTFAddLink (Function)
Adds a link to a text section in an RTF Edit control.
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
grRBAddData (Function)
Adds data to a Radial Bar chart.
TwainToBMP (Function)
Allows you to perform one of the following actions: save the document coming from the Twain device in a Bitmap file (".BMP" extension). view the document coming from the Twain device in the user interface of the device. save the document coming from the Twain device directly in memory in Bitmap format (in a buffer)....
TwainToControl (Function)
Allows you to : view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....
Query technical documentation
The query editor automatically creates a technical documentation for each query......
Push notification
A mobile device can receive push notifications......
Extracting messages added or modified since last extraction
A project was already created and translated......
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Constants for test
List of constants used by the functions for managing automated tests....
Installing a SOAP server with Apache
Windows: What must be taken into account if the users are working with Vista (and later)
Windows Vista (and later) proposes several improvements......
CompactToolbar (Property)
The CompactToolbar property is used to: determine if the window toolbars are compacted. compact (or not) the toolbars....
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
Defining a help window template
WINDEV allows you to create help window templates......
SendKey (Function)
Simulates the keystrokes and the mouse actions.
Decode (Function)
Decodes a character string that was encoded by Encode.
fDirRename (Function)
Renames a directory.
Events of the Mobile Image Editor control
control Image Editor allows you to offer your mobile application users the possibility to edit and modify images or photos......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....