ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
Creating an action plan
The action plans group all actions that will be performed by the software factory....
SocketWrite (Function)
Writes a message intended to another socket.
Property Description (Type of variable)
The Property Description type is used to get information about a property.
Procedure description (Type of variable)
The Procedure Description type is used to get information about a procedure or a method.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
EventChange (Function)
Modifies the status of an event.
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.