ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
gpwModifyUser (Function)
Modifies a user in the User Groupware database.
OAuth2Parameters (Variable type)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
XAxisMin (Property)
The XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
XAxisMax (Property)
The XAxisMax property gets the maximum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
YAxisMax (Property)
The YAxisMax property gets the maximum value of the Y-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
CaptionIfNew (Property)
The CaptionIfNew property is used to get and change the caption of a pane opened by the end user in a dynamic Tab control.
Camera/Video functions (prefix syntax)
<Source>.StatCalculate (Function)
Performs various statistical calculations on the file keys.
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
DynamicTab (Property)
The DynamicTab property is used to: Find out the type of a Tab control (static tab or dynamic tab). Modify the type of a Tab control (static tab or dynamic tab)....
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
User Groupware and multilingual application/site
If your application is multilingual, it is also necessary to manage multilingualism in the user Groupware windows/pages......
The Table control
The Table allows users to easily view and enter data stored in memory or from a table, view or query......