ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
Note (Property)
The Note property is used to get and change a text associated with an element.
PlainText (Property)
The PlainText property is used to get and modify the raw text of an email.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
WebserviceReadMIMEType (Function)
Returns the MIME type of the request received during a call to a REST Webservice.
WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST Webservice.
AlternativeText (Property)
The AlternativeTextproperty is used to get and edit the alternative text of controls in a page.
EditTokenCount (Function)
Returns the number of tokens present in a "Text token" Edit control.
<Edit>.TokenCount (Function)
Returns the number of tokens present in a "Text token" Edit control.
picText (Type of variable)
The picText type is used to define all the advanced characteristics of a Text layer.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
NetExecute (Function)
Runs a specific program on an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
InUniversalWindowsPlatformSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory......
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......