ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fCreate (Function)
Creates an external file.
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
State (Property)
The State property gets and sets the state of an element.
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image control, the specified Image variable, the specified Image variable, the specified WDPic variable (on the background layer), the specified picLayer variable....
ArrayDistinct (Function)
Returns an array without duplicates.
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.
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
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....
HFilter (Function)
Defines and enables a filter on a data file, view or query.
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
fAttribute (Function)
Returns or modifies the attributes of a file.
Events associated with List Box controls
List of events associated with List Box controls...
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....