ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintReport (External language)
Prints a report created with the report editor.
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
CharactTypeCount (Function)
Returns the number of characters matching a given type.
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
SocketCreate (Function)
Creates a socket.
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
5. Deploying a dynamic site (Session or AWP) in practice
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
ListInfo (Function)
Gets the type and number of elements in a WLanguage list. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
Use (Function)
Opens a WINDEV window and closes all other previously open windows.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.