ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateTimeDifference (Function)
Calculates the difference between two dates and times.
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
CharactType (Function)
Returns information about the type of character.
MemCreate (Function)
Creates a memory area.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
ThreadExecute (Function)
Starts the execution of a secondary thread.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
dCircle (Function)
Draws a circle or an ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
EventCreate (Function)
Creates an event.
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
MemSeek (Function)
Seeks an element in a memory area: on the value added by MemAdd or on the value modified by MemModify, on the return value....
Property Description (Type of variable)
The Property Description type is used to get information about a property.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
Sum (Function)
Calculates the sum of the array elements.
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...