ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
<xmlNode variable>.ValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
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)...
EndService (Function)
Ends the execution of the current service.
WDInst: Customize the installer
The setup editor WDInst proposes a standard setup program......
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
How to loop through a file using filters?
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
MDIOpen (Function)
Opens and enables an MDI child window.
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
SensorGetOrientation (Function)
Retrieves the current orientation of the device on one of its 3 axes.
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
fLock (Function)
Entirely or partially locks an external file.
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
TwainToControl (Function)
Allows: view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
gLink (Function)
Adds an "invisible" value to an element of a List or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
Procedure description (Variable type)
The Procedure Description type is used to get information about a procedure or a method.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......