ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file.
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file.
Text (Property)
The Text property is used to get and modify text.
fInsertTextAtBeginning (Function)
Inserts text at the beginning of a file without overwriting the existing text.
dText (Function)
Draws a text:
  • in an Image control,
  • in an Image variable,
  • in a WDPic variable (on the background layer),
  • in a picLayer variable.
<Image>.DrawText (Function)
Draws a text in an Image control.
<WDPic variable>.DrawTextRTF (Function)
Draws an RTF text in a WDPic variable.
<Image variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type Image.
<Image variable>.DrawTextRTF (Function)
Draws an RTF text in an Image variable.
ClipboardRTF (Function)
Retrieves an RTF string from the clipboard (the content of the clipboard is in RTF).
dTextMarkdown (Function)
Draws Markdown text:
  • in an Image control,
  • in an Image variable,
  • in a WDPic variable (on the background layer),
  • in a picLayer variable.
HTMLToText (Function)
Converts an HTML string or buffer to text.
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
ClipboardUnicode (Function)
Returns the text found in the clipboard in Unicode format.
<Image>.DrawTextMarkdown (Function)
Draws Markdown text in an Image control.
<Libellé>AnimationSetParameter (Function)
Changes one of the animation parameters used for animated text (in a Static Text control).
dTextRTF (Function)
Draws RTF text:
  • in an Image control,
  • in an Image variable.
<Image>AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image field.
<Libellé>.AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for a Static Text control.
<Image>.AnimationSetParameter (Function)
Changes one of the animation parameters used for a moving image (in an Image field).
TextToHTML (Function)
Converts a text string into an HTML string (carriage returns are replaced by <BR>accents are replaced by their HTML equivalent, ...).
<WDPic variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type WDPic.
dTextWidth (Function)
Calculates text width in pixels.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
AnimationSetParameter (Function)
Changes one of the animation parameters used for:
  • an animated image (in an Image control),
  • an animated text (in a Static Text control).
<picLayer variable>.DrawTextRTF (Function)
Draws an RTF text in a picLayer variable.
dTextHeight (Function)
Calculates text height in pixels.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
<Image variable>.DrawText (Function)
Draws a text in an Image variable.
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static Text control.
<picLayer variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type picLayer.
<WDPic variable>.DrawText (Function)
Draws a text in a WDPic variable.
<Image>.DrawTextRTF (Function)
Draws RTF text in an Image control.
Database schema editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
<picLayer variable>.DrawText (Function)
Draws a text in a picLayer variable.
<Document variable>.Add (Function)
Adds at the end of a Document variable: an element, a document, a paragraph, a text, an image...
<Source>.ListStopWord (Function)
Returns the list of stop words used by a full-text index.
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
diagText (Type of variable)
The diagText type is used to define all the advanced characteristics of a text associated...
<Word Processing>.Position (Function)
Triggers the scroll of Word Processing control in order for the requested text to be entirely...
Extracting messages added or modified since last extraction
A project was already created and translated......
SortOption (Property)
The SortOption property gets and sets the sort options used in: text columns in Table controls,...
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic...
Items (Property)
The Items property is used to configure the different items of a full-text index.
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text...
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call...
AAFChangeCaption (Function)
Customizes the text of a menu option for context menus corresponding to an AAF (Automatic...
TopIndent (Property)
The TopIndent property is used to get and change the space at the top of the text (top margin)...
docHeaderFooter (Type of variable)
The docHeaderFooter type is used to define the text of the different paragraphs found in a page...
DocChangeZOrder (Function)
Changes the Z-order of an Image or Text Area element in a DocX document.
Token (Property)
The Token property is used to manage the different tokens associated with a "Text token" Edit...
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI...
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI...
gFontStrikeout (Function)
Builds a sequence of characters used to specify whether the text that follows the call...
docElementTextArea (Type of variable)
The docElementTextArea type is used to define the advanced characteristics of a text area found...
<docElement variable>.ChangeZOrder (Function)
Changes the Z-order of an Image or Text Area element in a DocX document.
<Word Processing>.Add (Function)
Adds at the end of a Word Processing control: an element, a document, a paragraph, a text, an image...
TokenCurrentInput (Property)
The TokenCurrentInput property is used to read or change the value being entered in a "Text token"...
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text...
1
6
7
8
9
10
47
>