ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code statistics
The code statistics affect......
AlbumSave (Function)
Saves an image, a photo or a video in the photo album of the mobile device.
NFCSendTag (Function)
Sends a NFC tag to another device.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.
AttachPointAdd (Function)
Defines an attach point for one of the two extremities of a Wire control.
2. User-friendly editors in practice
PDF Reader control events
Events associated with a Switch control
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
Help system properties
The properties of help system are used to define......
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
grDestinationControl (Function)
Defines an Image control as destination of a chart.
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....