ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
Merging differences (SCM)
<Popup>.Animate (Function)
Displays a popup in a page cell.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
FramesetDisplay (Function)
Displays a WEBDEV frameset in the user's browser....
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
AttachPointDeleteAll (Function)
Deletes all the connection points for a control.
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
<redisConnection>.Connect (Function)
Opens a connection to a Redis server (or cluster).
CurrentYear (Function)
Returns the current year in integer format.
PopupAnimate (Function)
Displays a popup in a page cell.
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
RedisConnect (Function)
Opens a connection to a Redis server (or cluster).
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
Starting WDOptimizer in a command line
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
Python functions
The Python functions are as follows......
<redisConnection>.Get (Function)
Gets the value of a key from a Redis server as a string.
<redisConnection>.Set (Function)
Changes the value of a key on a Redis server.
<redisConnection>.Publish (Function)
Publishes a message on a Redis broadcast channel.
<redisConnection>.Unsubscribe (Function)
Cancels a subscription to a Redis broadcast channel.
<redisConnection>.Subscribe (Function)
Subscribes to a Redis broadcast channel.
StartControl (Property)
The StartControl property gets and sets the start control of a Wire control.