ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

13. External component in practice
External component in practice...
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......
ArraySort (Function)
Sorts a WLanguage array.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
HeightWithAnimation (Property)
The HeightWithAnimation property is used to modify the height of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
WidthWithAnimation (Property)
The WidthWithAnimation property is used to modify the width of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
DDEString (Example)
Usage example of the DDEString function
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
TableAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control.
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
Associative array (Type of variable)
An associative array is an "advanced" type of array...
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
ProgressBarColor (Property)
The ProgressBarColor property is used to get and change the progress color in the following controls and elements: Progress Bar control, Progress Bar column, Progress Bar cell, infinite Progress Bar control....
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
Manipulating a Layout control programmatically
A Layout control can be......
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
Interactive notification management constants
Interactive notification management constants...