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....
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
grRaised (Function)
Used to display a chart with raised effect.
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
SchedulerAddTask (Function)
Creates a task in the Windows scheduler (if this task does not already exist).
grSourceSeries (Function)
Defines the source of a series.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
FinInterestRate (Example)
Usage example of the FinInterestRate function
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
dCopy (Function)
Copies an image to another image.
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
HInfoLog (Function)
Returns information about the server logs.
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
ReplicOpen (Function)
Opens a replication in direct mode or with a replication server.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....