ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysErrorMode (Function)
Modifies the display mode of errors.
11. User Macro-Code: UMC in practice
Creating, modifying, deleting a style
WINDEV gives you the ability to handle the styles defined for a help system (help file in HLP or CHM format)......
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
SpreadsheetInsertRow (Function)
Inserts an empty row into a Spreadsheet control found in a window.
SpreadsheetInsertColumn (Function)
Inserts an empty column into a Spreadsheet control found in a window.
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
ShowToolTip (Function)
Enables or disables the mechanism for displaying the control tooltips.
Table,Add (External language)
Adds an element to a Table control.
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
HTMLEditorInsert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
fCurrentDrive (Example)
Usage example of the fCurrentDrive function
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
fSeek (Example)
Usage example of the fSeek function
DriveMoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
Border of controls
One of the most important elements of control style is its border......
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
TypeFiles (Property)
The TypeFiles property is used to get and change the filter available in the file picker of the Upload control.
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......