ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
DefaultFilePath (Property)
The DefaultFilePath property gets and sets the full file name (path and file name) suggested by default when saving a document in a Word Processing or HTML Editor control via the "Save as" option.
WithZoom (Property)
The WithZoom property is used to specify and to determine whether the user can zoom in and out: in an HTML Display control in Android, iPhone or iPad applications. in a Map control in Android, iPhone or iPad applications....
FontItalic (Property)
The FontItalic property is used to manage italic style in a text.
FontBold (Property)
The FontBold property is used to manage bold style in a text.
23. Print modes
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
DisplayMode (Property)
The DisplayMode property gets and changes: the display mode in a Word Processing control, the display mode in a PDF Reader control the display mode in an HTML Editor control, the display mode in a Kanban control...
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
<Source>.State (Function)
Used to find out the state of a record.
HState (Function)
Used to find out the state of a record.
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
Reloading a document
To reload a document, ......
SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor): in a Word Processing control. Remark: This selection is in the section being edited in the control (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
3. UML models in practice
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).