ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CancelWebserviceContext (Function)
Deletes from the webservice context a variable added by DeclareWebserviceContext.
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....
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......
SysErrorMode (Function)
Modifies the display mode of errors.
SpreadsheetStyleSelection (Function)
Returns or modifies the style of selected cells in a Spreadsheet control found in a window.
fLock (Example)
Usage example of the fLock function
Error 30: An exception process cannot be declared inside another exception process...
SpreadsheetBorderSelection (Function)
Modifies the border of selected cells in a Spreadsheet control found in a window.
AAF: Zoom the content of a control (Table, Spreadsheet, List box, Pivot table, ...)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control......
Entity of a CDM
To group information according the MERISE method, entities must be created......
Environment of the report editor
Environment of the report editor...
Events associated with Check Box controls
List of events associated with Check Box controls...
Events associated with Radio Button controls
List of events associated with Radio Button controls...
Events associated with Table controls
List of events associated with Table controls...
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
fUnlock (Example)
Usage example of the fUnlock function