ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Page management functions
List of functions for managing pages...
<Chart>.HolePercentage (Function)
Modifies the percentage that corresponds the hole radius in the following charts: Donut, Radial Bar chart....
<Chart>.SeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML Web services......
Managing the Euro
Since January 1 2002, the Euro becomes the only currency in most European countries......
HTTP functions (prefix syntax)
List of HTTP functions...
NotesAddAttachment (Function)
Attaches a file to an item of the current document in Lotus Notes.
dSaveImageICO (Function)
Saves an image in icon format either in a file, or in memory.
<Icon variable>.SaveICO (Function)
Saves an image in icon format either in a file, or in memory.
<Image>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Image variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Source>.ReadFirst (Function)
Sets the position on the first record according to a browse item.
<Source>.Previous (Function)
Positions on the previous file record according to a browse item.
<WDPic variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<picLayer variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
Num1stDayOfTheWeek (Property)
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in: a Calendar control. an Organizer control. a Scheduler control. an edit control in Date format with Calendar....
SCM administrator: Managing branches
The SCM (Source Code Manager) administrator allows to you manage the branches of the different projects found in SCM......
sEvent (Function)
Branches an event on a serial port.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
SysDir (Function)
Returns the path of a system directory.
Creating index keywords
Index keywords allow users to easily find a help page......
grSunburstRootSection (Function)
Changes or specifies the path of the root in a Sunburst chart.
<String type>.StartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....