ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
ActionClick (Property)
The ActionClick property is used to define the procedure executed when an element is clicked.
DrawingStyle (Function)
Allows you to find out and modify: the display mode of grayed buttons found in the windows of your application. the display mode of translucent border for the windows of your application. the mode for loading large images....
Dictionary
The dictionary is a file that can contain the project elements......
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
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 ......
WinDisableEffect (Function)
Disables the visual effects of the graphic engine of WINDEV (for a use in TSE mode for example).
H.ErrIgnore (Variable)
Specifies the mode for processing the errors: the errors are processed by WINDEV the errors are processed by the program....
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
HTTPSendForm (Function)
Sends an HTTP form.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
The HTML Display control
The HTML Display control displays a web page in an application......
Round (keyword)
The Round keyword can correspond to...
Creating the windows and the pages of the RAD pattern
Border (Property)
The Border property is used to get and change the characteristics of the borders: for a report control or block. for a window control. for a cell of a Table control....
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Viewing a window in 3 dimensions
Your window contains overlapping controls?......
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
Error 31: The file to include is not found. Check the name and path ...