ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
FinRepayVal (Function)
Returns the amount of each regular payment for an investment with fixed interest rate and fixed payment.
Structure of data files of user groupware
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
AAFContextMenuToString (Function)
Returns the list of options in the context menu actually displayed by the control.
EditTokenCount (Function)
Returns the number of tokens present in a "Text token" Edit control.
TwainListSource (Function)
Returns the list of drivers for the Twain devices connected to the current computer.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
SysNbExternalStorage (Function)
Returns the number of external storage spaces found on an Android device.
Managing the replications of HFSQL servers (Control Center)
The HFSQL Control Center is used to create, configure and manage the replications between HFSQL servers....
<Document variable>.RedoCount (Function)
Returns the number of canceled actions that can be redone on a Document variable.
<Word Processing>.UndoCount (Function)
Returns the number of actions that can be undone in a Word Processing control.
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
ImageState (Property)
The ImageState property is used to get and change the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
Replication management functions
Three types of replication are proposed......
Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.