ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The different copy modes
Two different copy modes are proposed by WDTRAD...
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
ExeGetPID (Function)
Returns information about the current process.
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
FinPaymentNb (Function)
Returns the number of payments required to pay off a capital according to a given rate.
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed in parameter.
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime....
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
FirstDayOfMonth (Function)
Returns the first day of the month.
ColorPalette (Function)
Returns a color found in the current palette.
RESTSend (Function)
Sends a REST request and waits for the server response.
dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
Constants for managing Organizer controls
Constants for managing Organizer controls...
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
HSL (Function)
Creates a color from its hue, saturation and lightness.