ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
Java application and WINDEV
A Java application is an application entirely compiled in Java......
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
LOOP statement
The statement block is repeated endlessly...
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage......
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
Truncate (Function)
Truncates the right part of a string or buffer.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
SchedulerAddTrigger (Function)
Creates a trigger for a scheduled task.
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
ContactSelect (Function)
Displays the list of contacts found on the device (Android, iPhone or iPad, Universal Windows).
Designation of current element (Reserved word)
The keywords used to identify the current element are:
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.