ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dPolyline (Function)
Draws a line composed of multiple segments.
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....
Properties associated with the tab pane
A tab pane can be manipulated in WLanguage in a window or a page with the following properties......
Asc (Function)
Returns the ASCII code of the specified character.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically launched.
gImage (Function)
Builds a sequence of characters containing an image.
ControlClone (Function)
Creates a new control from an existing control.
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
BurnerAddFile (Function)
Adds a file to the compilation.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" column and "Editable Combo Box" column in a Table control. Word Processing control. Code Editor control....
ProgressBarColor (Property)
The ProgressBarColor property is used to get and change the progress color in the following controls and elements: Progress Bar control, Progress Bar column, Progress Bar cell, infinite Progress Bar control....
fTime (Example)
Usage example of the fTime function
dRoundedRectangle (Function)
Draws a rounded rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....