ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
MyWindow (Reserved word)
MyWindow is used to handle the current window...
Specific features of the Express version
2. User-friendly editors in practice
14. Managing the "Back" button in practice
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
Native Oracle Connector: Programming with SQL functions
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used or not to configure the accessed database......
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
MenuSelectPlus (Function)
Enables a menu option (popup menu or drop-down menu).
WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Multiline (Property)
The Multiline property determines if an element supports multiline text.
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense a Font variable. This property is kept for backward compatibility....
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font variable. This property is kept for backward compatibility....
MyLeftSlidingWindow (Reserved word)
MyLeftSlidingWindow is used to handle the left sliding window associated with the current window.