ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fCompare (Function)
Compares the content of two files bit by bit.
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Structure (Type of variable)
A structure is a custom type of data...
HOpen (Function)
Opens a data file.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
Size (Property)
The Size property is used to determine and change the size of an element.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
SocketRead (Function)
Retrieves a message sent by another socket.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
XMLDocument (Function)
Creates a new XML document.
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
WINDEV: Example of programmed Drag and Drop
10. Internal components in practice
11. Internal components in practice
Internal components in practice...