ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fFileName (Function)
Returns the name of an external file currently open.
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
SchedulerTimeDisplayed (Function)
Defines the time range displayed by the Scheduler control in Day mode or in Week mode.
dCrop (Function)
Returns the cropped part of an image. This image is in an Image variable.
ParallelTaskWait (Function)
Waits for the execution of a parallel task.
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
iSkipPage (Function)
Forces a page skip: the corresponding code is sent to the printer spooler.
SFMerge (Function)
Merges the Salesforce records (also called Salesforce objects).
dCopyScreenImage (Function)
Copies the screen contents to an Image variable or to an Image control.
mlzDeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
Email functions
List of functions for managing emails...
SFUndelete (Function)
Restores previously deleted Salesforce records.
SchedulerListAppointment (Function)
Returns: the list of appointments found between two dates in a Scheduler control, all the appointments found in a Scheduler control, a specific appointment (selected or hovered)....
LooperAdd (Function)
Adds a row at the end of a Looper control.
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
nWDInitProject: Initialization code of project
Run the initialization code of project......
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
OLEActivate (Function)
Edits an OLE object contained in an OLE control.
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
SFRead (Function)
Retrieves the Salesforce records from their identifiers.
sfSearchResult (Type of variable)
The sfSearchResult type is used to find out the result of SFSearch...