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...
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
Legend (Property)
The Legend property is used to: Find out the label of a series. Modify the label of a series....
GranularityDuration (Property)
The GranularityDuration property is used to get and change the size of the grid to resize: appointments in an Organizer control. appointments in a Scheduler control. events in a TimeLine control. tasks in a Gantt Chart column....
DirectInputAPT (Property)
The DirectInputAPT property is used to determine and specify if the user can directly change the title of an appointment in a Scheduler or Organizer control.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
fFileExist (Function)
Checks the existence of an external file.
iPrintBodyComplement (Function)
Forces a body complement block to print while specifying the height of complement block.
iForceComplement (Function)
Forces the printing of a Body Complement block.
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
MemDeleteAll (Function)
Clears and deletes a memory zone.
MemSetPosition (Function)
Positions the memory zone on an element.
Age (Function)
Returns the age according to the date of birth.
iPrintArea (Function)
Prints a text in a rectangular area.
Installing and starting WDTRAD
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
OrganizerSelectMinus (Function)
Deselects an appointment from an Organizer control.
OrganizerSelectPlus (Function)
Selects an appointment in an Organizer control.
MemCount (Function)
Returns the number of elements found in a memory zone.
TextWidth (Function)
Calculates the width (in pixels) of the text displayed in an edit control, in a Combo Box control or in a Static control.
TextHeight (Function)
Calculates the height (in pixels) of the text displayed in an edit control, in a Static control or in a Combo Box control.
ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
Cos (Function)
Calculates the cosine of an angle.