ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
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)....
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
InitialAnimation (Property)
The InitialAnimation property determines whether the animation of an Image, Button, Static or Carousel control is enabled when the control is created.
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Min (Function)
Returns the lowest value.
ChronoReset (Function)
Stops and resets a running stopwatch.
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
Size (Property)
The Size property is used to determine and change the size of an element.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
Description of ParallelTask (Type of variable)
The Description of ParallelTask type is used to define the characteristics of a parallel task.
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
ParallelTaskConfigure (Function)
Modifies the parameters of parallel tasks.
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....
State (Property)
The State property is used to get and change the state of an element.
Max (Function)
Returns the greatest value passed as parameter.
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
Member (Property)
When used on Variant variables, the Member property is used to get the array of named elements.
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.