ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BTLEConnect (Function)
Used to connect to a Bluetooth Low Energy device.
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
WebSocket functions
List of functions specific to WebSocket servers...
Events associated with the Conference control
List of events associated with a Conference control...
BTLEGetADescriptor (Function)
Retrieves the descriptor of a Bluetooth Low Energy characteristic corresponding to the specified identifier (UUID).
btleService (Type of variable)
The btleService type is used to handle a Bluetooth Low Energy service ("Bluetooth GATT Service").
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
Socket management functions
List of functions for managing sockets...
Collapsed (Property)
The Collapsed property is used to: get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control. find out or modify the collapsed/expanded status for: the breaks of a Table control, the breaks of a Looper control, the break headers and footers of Table and Looper controls, a Drawer control, a Ribbon control, a Navigation Bar control. a Pivot Table control in a report....
ZAxisMax (Property)
The ZAxisMax property gets the maximum value of the Z-axis in a Chart control (Surface chart).
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
ZAxisMin (Property)
The ZAxisMin property gets the minimum value of the Z-axis in a Chart control (Surface chart).
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor): in a Word Processing control. Remark: This selection is in the section being edited in the control (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
FlexDirection (Property)
The Property FlexDirection allows you to know and modify the sense and direction of the main axis of a Flexbox control ( Property CSS corresponding "flex-direction").
FlexAlignSelf (Property)
The Property FlexAlignSelf allows you to know and modify the alignment and vertical anchoring of the field in the row of the Flexbox field ( Property corresponding CSS "align-self").
<btleCharacteristic variable>.WriteValue (Function)
Writes a value to a characteristic on a Bluetooth Low Energy device.
<btleCharacteristic variable>.ReadValue (Function)
Reads the value of a characteristic on a Bluetooth Low Energy device.
<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
XML functions (prefix syntax)
List of XML functions...
Charact (Function)
Returns the character corresponding to the specified ASCII code.
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
Using Facebook authentication
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
TabMDI (Property)
The TabMDI property is used to: Get the type of a Tab control (simple tab or dynamic tab - MDI). Change the type of a Tab control (simple tab or dynamic tab - MDI). This property is obsolete from version 200057. Use DynamicTab....
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......