ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
<Edit>.AddToken (Function)
Adds a token to a "Text token" Edit control.
<Edit>.DeleteAllToken (Function)
Deletes all the tokens from a "Text token" Edit control.
<Edit>.DeleteToken (Function)
Deletes a token from a "Text token" Edit control.
<Chart>.MenuOption (Function)
Modifies the text of an option in the context menu of a chart.
<Chart>.LabelFont (Function)
Modifies the font used for the category labels of a chart.
<Chart>.AxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
<Chart>.SunburstRootSection (Function)
Changes or specifies the path of the root in a Sunburst chart.
HTMLEditorSelect (Function)
Selects a text fragment in an HTML Editor control.
<HTML editor>.Select (Function)
Selects a text fragment in an HTML Editor control.
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
ToClipboard (Function)
Writes text or image information into the system clipboard.
<Edit>.InsertToken (Function)
Inserts a token into a "Text token" Edit control.
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
DiagramSearch (Function)
Searches for shapes containing a specific text in a diagram.
<WDPic variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type WDPic.
<picLayer variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type picLayer.
<Image variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type Image.
UTF8Valid (Function)
Tests the validity of a string in UTF8 format.
<Diagram variable>.Search (Function)
Searches for shapes containing a specific text in a diagram.
Zooming an image (WEBDEV)
WEBDEV proposes several methods for zooming an image:...
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......