ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
The pages
Pages are the main interface of a WEBDEV site......
FinRedemption (Function)
Creates an amortization matrix for a fixed-rate loan over a defined period of time.
Strict monitoring of a project
Via the Project Management Hub, WINDEV, WEBDEV and WINDEV Mobile allow you to define the different actions required to create a project......
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
19. Sending emails
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
HListCustomFolder (Function)
Returns the list of Custom-Folders (also called groups) defined in the analysis.
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....
OLE DB: Required configuration
To handle a database via OLE DB, the following elements must be installed on the development computer and on the deployment computer......
MenuAddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
WiFiDetectAccessPoint (Function)
Starts detecting the Wi-Fi access points currently accessible from the device.
HDBOpenNoLock (Function)
In single-user mode, opens an xBase data file without locking it.
WDTRAD overview
In-App functions
The following WLanguage functions are used to manage In-App purchases......
X (Property)
The X property is used to get and change the X-coordinate of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
ArrayAddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
AddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
ArrayInsertReference (Function)
Adds the reference of an object at given position in a one-dimensional array.
InsertReference (Function)
Adds the reference of an object at given position in a one-dimensional array.
CriticalSection (Function)
Enables a name or on-variable critical section in the statement USING ... IN.