ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
ServiceUninstall (Function)
Uninstalls a service.
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
Programming overview in C and C++
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
WiFiStatus (Function)
Returns the current activation status of Wi-Fi on the device or asks to be notified when the activation status of Wi-Fi changes.
NumberInWords (Function)
Converts a number to words.
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
HFSQL Client/Server: Configuring the data files on the server
ThreadEnd (Function)
Ends the execution of the current thread.
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
HRplManageItem (Function)
Specifies the replication options for an item: the item can be replicated or not.
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.