ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
Index (Property)
The Index property is used to get the index of an element.
SysPowerStatus
Used to get various information about the battery (main or secondary) of the device on which the application is running.
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
SiteAddress (Function)
Returns the Internet address for connecting to a dynamic WEBDEV site (in Session mode) found on the same server.
MongoCreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
ExeListDLL (Function)
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
SchedulerAddTrigger (Function)
Creates a trigger for a scheduled task.
AppleAdvertisingIdentifier (Function)
Returns the device's advertising identifier (iOS only)....
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
ControlExecuteClosing (Function)
Runs the closing WLanguage event of an office control and displays its confirmation dialog if necessary.
Select query description window: Use
Let's see some operations specific to the description window of a select query......
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
EnumSubElement (Function)
Used to enumerate the sub-elements of a project element.
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
TestWriteResult (Function)
Writes information or an error into the status report of a unit test, in the test editor.
Screen,Input (External language)
Starts the input in the controls of a window.
Error 1060: Unable to call method without parameter: add ()
LooperCancelSwipe (Function)
Cancels the display of the internal window displayed in a Looper control further to the row swipe.
ControlPane (Function)
Returns the name of static or dynamic pane found in a Tab control associated with a control.