ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
The HTML control
The HTML control displays HTML pages or HTML code...
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
MyPage (Reserved word)
MyPage is used to handle the current page...
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
fTime (Example)
Usage example of the fTime function
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
HTTPRequest (Example)
Usage example of the HTTPRequest function
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
grGradient (Function)
Enables or disables the display of color gradients in a chart.