ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
ThreadCurrent (Function)
Returns the name of the thread currently run.
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
DeletionRule (Property)
The DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the data file described through programming.
JSProperty (Function)
Used to handle specific features on the objects found in the current page.
LooperCount (Function)
Returns the number of rows in a Looper control.
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
DateToDay (Function)
Returns the day that corresponds to a given date.
HStatNbRec (Function)
Returns the number of entries for a given key item.
ExecutionCompleted (Property)
The ExecutionCompleted property is used to determine whether the execution of a query or view (HFSQL Classic or Client/Server) is completed....
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
VibrationTrigger (Function)
Triggers the vibrations of the device.
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
MultimediaPosition (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
CurrentYear (Function)
Returns the current year in integer format.
SchedulerMode (Function)
Returns the display mode of a Scheduler control: day, week, month, ...
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.