ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 14: ELSE statement without IF
Path (Property)
The Path property gets and sets a path.
GOTO statement
The GOTO statement is used to run a code identified by a given label...
ScrollbarPosition (Function)
Used to manage the position of scrollbars: Modifies or retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WINDEV or WINDEV Mobile application. Retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WEBDEV site....
FOR EACH/FOR ALL statement (browse of combinations)
The FOR EACH statement is used to browse the available values in the combinations.
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
FOR EACH/FOR ALL statement (browse of enumerations)
The FOR EACH statement is used to browse the available values in the enumerations.
<Chart>.AxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
WinUsefulSize (Function)
Specifies the useful size of an internal window with automatic scrollbars. The useful size corresponds to the full size of the internal window: Width of the internal window. Height of the internal window....
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
<Source>.Write (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
Title (Property)
The Title property is used to get and change the title of an element.
TitleHeight (Property)
The TitleHeight property gets and sets: the height of the title for the columns of a Table or TreeView Table control. the height of the title bar of a Dockable Panel control. the height of the title bar of a window with a custom title bar....
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....
Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)......
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
gpwListOAuthParameters (Function)
Retrieves the list of OAuth parameters defined for the User Groupware, i.e. the list of providers (Google, Facebook, etc.) to which it is possible to connect via the User Groupware. These parameters are defined via the User Groupware administration site.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
wWDGetReturnValueType
Type of the return value of the last nWDExecute, nWDExecuteEx or nWDEvalue statement]......
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.