ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor.
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
Caption (Property)
The Caption property gets and sets the text of an element.
GridlinesVisible (Property)
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
BreakDelete (Function)
Deletes a break from a Table control or from a Looper control.
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Organization Chart control properties
An Organization Chart control can be handled in a window by the following WLanguage properties......
WinEdSaveNote (Function)
Exports the repositionable notes created by the user into a file.
Python: Native calls
WLanguage allows for native Python calls......
HOpenAnalysis (Function)
Opens a database schema in HFSQL Classic format.
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
REP files
REP files contain the list of data files handled by the application....
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......
Index (Property)
The Index property indicates the physical index (physical order) of an item in a record.
OLECreateEmpty (Function)
Associates an OLE control with an OLE object by invoking a specific OLE server.