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.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file...
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice...
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project...
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
Page templates and inheritance
...When a page template is applied to a page, all the controls and code found in the template...
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
Import an Document Figma
Les fonctions Bitcoin permettant notamment de manipuler un serveur Bitcoin Core sont les suivantes ......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control...
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped...
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents...
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web...
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application...
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal...
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal...
Creating a table in a report
Tables can be created in a report......
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types...
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given...
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Test of a query
The query editor allows you to run the test of query result......