ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
ExceptionInfo (Function)
Retrieves information about the current exception.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
SFConvertLead (Function)
Converts the leads.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
Slider control properties (in a page)
A Slider control and a Range Slider control found in a page can be handed in WLanguage by the following properties.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
Flex control properties
The Flex control can be handled by the WLanguage properties in server code and in browser code......
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
The Multimedia control
The Multimedia control is used to play multimedia files......
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
Combination (Type of variable)
A combination is a set of options.
rssCategory (Type of variable)
The rssCategory type is used to handle the category of a RSS stream or stream entry.
StringReverse (Function)
Reverses the characters of a string.
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
Flash control properties
The Flash control can be handled by the WLanguage properties in server code and in browser code......
Contains (Function)
Allows you to check if a substring is within a string.