ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
GOTO statement
The GOTO statement is used to run a code identified by a given label...
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
HSetCache (Function)
Used to configure the management of caches in the HFSQL Client/Server engine....
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
<Source>.SetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
<Kanban list>.PositionList (Function)
Allows you to scroll through a list of a Kanban control to display a specific card.
<Ansi string type>.DeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
KanbanPositionList (Function)
Allows you to scroll through a list of a Kanban control to display a specific card.
kbCard (Type of variable)
The kbCard type defines all the advanced characteristics of a card in a Kanban control.
WLanguageCodeGetCSSDeclarations( Function)
Returns the CSS style sheet corresponding to a theme in the WLanguage code.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
Defining columns of Table controls programmatically
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.