ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Designation of current element (Reserved word)
The keywords used to identify the current element are:
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
XMLElementName (Function)
Returns the name of current element (tag or attribute).
<Chart>.Color (Function)
Returns and initializes the color of different chart elements.
<List Box>.SelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
OrgOccurrence (Function)
Returns the number of elements found in an Organization Chart control.
<Calendar>.SelectCount (Function)
Returns the number of days selected in a Calendar control.
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project...
Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window...
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete...
<List Box>.Count (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
XMLChild (Function)
Positions on the first child element of current element.
grColor (Function)
Returns and initializes the color of different chart elements.
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
<Organization Chart>.Occurrence (Function)
Returns the number of elements found in an Organization Chart control.
XMLFind (Function)
Performs a search in an XML document.
XMLElementType (Function)
Returns the type of current element (tag or attribute).
Commands of the external interface
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open...
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
The Breadcrumb control
...The "Breadcrumb" control corresponds to a series of links allowing the Web user to go back...
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP...
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution...
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations...
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater...
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array...
SFEmptyRecycleBin (Function)
Clears the specified records from the Salesforce recycle bin.
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
AutomaticTooltip (Property)
The AutomaticTooltip property is used enable or disable automatic tooltips on List Box, Table...
SOAPAddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
gFontStrikeout (Function)
Builds a sequence of characters used to specify whether the text that follows the call...
LineSpacing (Property)
The LineSpacing property gets and sets the line spacing for variables of type Font.
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based...
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
Label report
The report editor allows you to create "Label" reports......