ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDStatistics: Presentation
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV websites...
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
RedisPipelineAdd (Function)
Adds a Redis command in a pipeline.
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
Creating a flexible modeling
To create a new flexible modeling, you can......
Optional events
By default, the codes available in the code editor correspond to the most common codes......
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
MemcachedCAS (Function)
Modifies the value of a key if this one was not modified.
SchedulerModifyTrigger (Function)
Modifies the parameters of a trigger of a scheduled task, i.e. the parameters that will define the execution of a task.
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
fFileName (Function)
Returns the name of an external file that is currently opened.
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
dBackground (Function)
Declares the default background color for the rectangles, circles, etc.:: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dbgEnableLog (Function)
Enables the runtime log programmatically.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
MemcachedCASKeyGroup (Function)
Modifies the value of a key on a group of servers if this one was not modified.
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
ProjectInfo (Function)
Returns specific information about the project currently run.
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......