ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Typing multilingual texts
For a multilingual application, you have the ability to......
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......
Types of recognized PCL printers
WINDEV and WEBDEV allow you to automatically print for a number of specific PCL printers......
PDFReaderHighlight (Function)
Finds a text in the document displayed by a PDF Reader control and highlights the occurrences of this text in the control.
<PDF Reader>.Highlight (Function)
Finds a text in the document displayed by a PDF Reader control and highlights the occurrences of this text in the control.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
Various constants
List of various constants used by the constants WINDEV functions....
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
Display (Property)
The Display property gets and sets the video displayed in the Conference control. The Conference control can display an incoming video, an outgoing video, or no video.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck through. Apply strikethrough formatting (or not) the text displayed in a control....
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......