ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
WiFiDetectAccessPoint (Function)
Starts detecting the Wi-Fi access points currently accessible from the device.
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
TableRefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
Sharing elements with a WINDEV application
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
Characteristics of a toolbar
The main characteristics of a "Toolbar" control are configured in the "Details" tab and in the "UI" tab of the description window of control......
ArrayCopy (Function)
Copies the content of an array to another array.
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
Specific features of the applications for iPhone/iPad
Creating the Table windows of the WINDEV RAD pattern
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
ReplicEdit: Replication editor
ReplicEdit is a tool used to define the characteristics of a replication......
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.