ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Detection (Property)
The Detection property is used to determine and change the automatic detection of incoming streams. If the stream detection is enabled, the streams allows the detection.
AddChildDelayed (Property)
The AddChildDelayed property indicates the procedure to be called when a row in a TreeView or TreeView Table control is clicked to be expanded.
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....
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").
Handling a Calendar control through programming (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
BTLEGetACharacteristic (Function)
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified identifier (UUID).
<btleService variable>.GetACharacteristic (Function)
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified identifier (UUID).
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
rssInitialize (Function)
Loads a RSS stream in memory.
rssBuildString (Function)
Builds the RSS feed and returns the result (in XML format) in a character string.
rssDisplay (Function)
Builds a RSS stream and returns the content of the RSS stream to the client.
<modbusSession>.ReadRegister (Function)
Reads one or more registers from a Modbus slave, starting at a specific address.
<modbusSession>.ReadFloat (Function)
Reads one or more single-precision floats from a Modbus slave, starting at a specific address.
xlsMergeCell (Function)
Merges the specified cells in an Excel document.
xlsUnmergeCell (Function)
Unmerges a range of cells.
AuthRefreshToken (Function)
Refreshes a user's OAuth2 token when it expires....
oDriveConnect( Function)
Creates a connection to an Drive OneDrive.
URISelect (Function)
Opens a system window to select a resource from: from the device file system, from the Cloud (Google Drive, Microsoft OneDrive, etc.) or from one of the content managers installed on the device....
Page constants
List of constants used by page functions....
Assignment operators
Three assignment operators are available......
OrgModify (Function)
Modifies an element in an Organization Chart control.
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
Checking spelling in edit controls
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table controls of WINDEV applications......