ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MyRightSlidingWindow (Reserved word)
MyRightSlidingWindow is used to handle the right sliding window associated with the current window.
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
grSunburstPullOut (Function)
Pulls out a section (or all the sections) in a Sunburst chart.
ActionBarSearchVisible (Function)
Allows you to get and change the visibility status of the search control associated with the Action Bar in the current window.
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
DDESend (Function)
Sends a data to the program connected via DDE.
AutomationParameter (Function)
Configures the management of accesses to the ActiveX objects and to the Automation objects.
MemFirst (Function)
Positions on the first element of a memory zone and returns the value of this first element.
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
MyLeftSlidingWindow (Reserved word)
MyLeftSlidingWindow is used to handle the left sliding window associated with the current window.
dbgConnect (Function)
Used to connect a remote debugger to an application, service, web service, etc.
HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding table. This function uses the former view mechanism.
MapInfoPosition (Function)
Returns the coordinates (in pixels) of the point corresponding to a geographical position (latitude and longitude).
PostMessage (Function)
Sends a Windows message to a control or to a window.
OrganizerDeleteAll (Function)
Deletes all the appointments from an Organizer control.
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......