ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Transferring files via FTP
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
grHMColor (Function)
Specifies the colors of different values in a Heatmap chart.
MenuAddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
xlsSave (Function)
Saves an XLS document.
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.
The Item control
The "Item" control is used to edit the content of an item found in a data file......
Hasp (Function)
Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp).
HTTPCreateForm (Function)
Creates an HTTP form.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
sEvent (Function)
Branches an event on a serial port.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
Events associated with the Pivot Table control
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
RegistryCreateKey (Function)
Creates a key in the Windows registry.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......
Events associated with a Layout control
dResize (Function)
Resizes an image: in an Image control. in an Image variable. in a picLayer variable]....
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
TextToRTF (Function)
Converts text to Rich Text Format.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).