ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
NotesItem (Example)
Usage example of the NotesItem function
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
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....
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
Constants for the assisted replication
List of constants used by the functions for the assisted replication....
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
Voice commands in the environment
The environments of WINDEV, WEBDEV and WINDEV Mobile respond to the voice commands......
SocketCreate (Function)
Creates a socket.
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
HOpenConnection (Function)
Opens a connection to a specific database.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
API (Example)
Usage example of the API function
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......
fWrite (Function)
Writes: a character string into an external file. a memory section....
CallDLL32 (Example)
Usage example of the CallDLL32 function
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
NextTitle (Function)
Modifies the title of next window to open.
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.