ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Diagram variable>.Search (Function)
Searches for shapes containing a specific text in a diagram.
<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.
HTMLEditorSelect (Function)
Selects a text fragment in an HTML Editor control.
<HTML editor>.Select (Function)
Selects a text fragment in an HTML Editor control.
iTextHeight (Function)
Calculates the height of the font for the text to print (in millimeters).
<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
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.
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
<Edit>.DeleteAllToken (Function)
Deletes all the tokens from a "Text token" Edit control.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
WINDEV concepts
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
Resizing a window (AAF)
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......
LabelHeight (Property)
The LabelHeight property is used to: Find out the height of labels in a Label report. Modify the height of labels in a Label report....
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
LabelWidth (Property)
The LabelWidth property is used to: Find out the width of labels in a "Label" report. Modify the width of labels in a "Label" report....
NbLabelCopy (Property)
The NbLabelCopy property is used to: Get the number of copies of identical labels. Change the number of copies of identical labels....
RightIndent (Property)
The RightIndent property is used to get and change the space to the right of the text in a control.
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
ControlFindTextFirst (Function)
Finds and selects the first element corresponding to the sought text in a window or control.