ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)......
WEBDEV Image Editor control: Features
The WEBDEV Image Editor control includes many features, accessible via several ribbons at the top and bottom of the control......
Creating a window skin template
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
3. Deploying a WINDEV application
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
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....
Chart: Managing legends
Several types of legends are supported in the charts......
The different types of windows
The following types of windows can be created in a WINDEV application......
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
SocketRead (Function)
Retrieves a message sent by another socket.
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
DnD constants
List of constants used by the functions for managing the Drag and Drop....
Report editor: Available types of reports
Several types of reports can be created in the report editor......
5. User Groupware in practice
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
2. Analysis in practice
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
CtDescribedUserName (Property)
The CtDescribedUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
awSendInfo (Function)
Sends an information from an iOS phone to an Apple Watch (or conversely).
Warning (Function)
Displays a custom message in a system warning window.
Collapsing/Expanding a TreeView control through programming
...To collapse/expand a TreeView control through programming, ......