ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
ServiceControl (Function)
Sends a control message to a service.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
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).
Computer renamed or changed
During the development phase, you may have to change the computer used for development (change computer, rename the computer, ......
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
UUDecode (Function)
Decodes a character string in UUEncode format.
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
ExceptionInfo (Function)
Retrieves information about the current exception.
ThreadWaitSignal (Example)
Usage example of the ThreadWaitSignal function
HTTPRequest (Function)
Starts an HTTP request on a server.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
grColor (Function)
Returns and initializes the color of different chart elements.
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.