ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
SelectColor (Function)
Opens the standard window for color selection and selects the specified color.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
FTPMakeDir (Example)
Usage example of the FTPMakeDir function
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
SocketWrite (Function)
Writes a message intended to another socket.
sEvent (Function)
Branches an event on a serial port.
SQLTransaction (Example)
Usage example of the SQLTransaction function
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
iParameter (Function)
Retrieves the printer configuration and configures the print.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
XMLDocument (Example)
Usage example of the XMLDocument function
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....