ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
fCompare (Function)
Compares the content of two files bit by bit.
Manipulating a Layout control programmatically
A Layout control can be......
SocketWrite (Function)
Writes a message intended to another socket.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Conversion (Function)
Converts a value from a unit to another one.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
Structure (Type of variable)
A structure is a custom type of data...
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
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)....
zipOpenRAR (Function)
Opens an existing archive in RAR format.
LOOP statement
The statement block is repeated endlessly...
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).