ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MatCopy (Function)
Creates the copy of a matrix.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document.
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
NetIPAddress (Function)
Returns the IP (Internet Protocol) address of a computer.
fFileName (Function)
Returns the name of an external file that is currently opened.
AdditionCompleted (Property)
The AdditionCompleted property determines if an element was added to a queue, list or stack, or if the operation is in progress.
HListTask (Function)
Lists the scheduled tasks of an HFSQL Client/Server server for a given connection....
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
Using a query with parameters
A query with parameters can be used......
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
dLine (Example)
Usage example of the dLine function
dPoint (Example)
Usage example of the dPoint function
SFDelete (Function)
Deletes records from a Salesforce database.
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
fDirectoryExist (Function)
Checks the existence of a directory.
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
grGradient (Function)
Enables or disables the display of color gradients in a chart.
dRectangle (Example)
Usage example of the dRectangle function