ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language...
Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive...
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language...
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
PageEndStick (Property)
The PageEndStick property is used to: Determine the page footer should be right below the last block. Change the page footer block options....
Index (Property)
The Index property indicates the physical index (physical order) of an item in a record.
grTitleFont (Function)
Modifies the font used for the chart title.
grLegendFont (Function)
Modifies the font used for the chart legend.
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
Memo (Property)
The Memo property is used to determine if an item is of type memo.
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE DB, etc.)....
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
XMLSavePosition (Function)
Stores the current position in the XML document.
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
LooperRestorePositionAndSelection (Function)
Restores the scrollbar position in a Looper control as well as the selected elements.
FilteredItem (Property)
The FilteredItem property is used to identify the item that has a filter implemented by HFilter.
NbComponent (Property)
The NbComponent property is used to get the number of elements in a composite key.
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
Label report
The report editor allows you to create "Label" reports......
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min