ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
fCopyFile (Example)
Usage example of the fCopyFile function
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
fMoveFile (Function)
Moves a file from one directory to another.
grPiePullOut (Function)
Pulls out a section (or all sections) in a chart.
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
WinCopyForm (Function)
Copies the content of a form into the clipboard.
ThreadCurrent (Function)
Returns the name of the thread currently run.
iCalendarToScheduler (Function)
Imports data in iCalendar format into a Calendar control.
HTTP server response procedure parameters
WLanguage procedure (also called "callback") called by the HTTPSend function or the HTTPSendAsynchronous function when the HTTP server responds.
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
Bluetooth functions
List of Bluetooth functions...
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
fOpen (Example)
Usage example of the fOpen function
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).
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.