ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the multimedia file played in the Multimedia control.
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
Enqueue (Function)
Adds an element to the queue.
Push (Function)
Pushes an element onto the stack.
ColorPalette (Function)
Returns a color found in the current palette.
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
TokenListSeparator (Property)
The TokenListSeparator property retrieves or modifies the separators that trigger the creation of new tokens when entering information in a "Text token" Edit control.
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
2. User-friendly editors in practice
User-friendly editors in practice...
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
Deploying a WEBDEV site to a remote WEBDEV Application Server or WEBDEV Cluster
Installing a WEBDEV site (in Session or AWP mode) on a remote Application Server requires......
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
EnumControl (Function)
Returns the name of Nth control found in the specified element.
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Objective C: Calling a WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in Objective C......
MemCreate (Function)
Creates a memory area.