ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
VariantMember (Type of variable)
The VariantMember type is an advanced type corresponding to an array of members, each member being a variant variable.
Class (Property)
The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
FirstDayOfMonth (Function)
Returns the first day of the month.
Asc (Function)
Returns the ASCII code of the specified character.
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.
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
Property Description (Type of variable)
The Property Description type is used to get information about a property.
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).
EventCreate (Function)
Creates an event.
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....
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....
DateTimeDifference (Function)
Calculates the difference between two dates and times.
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.