ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Chart>.Tooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a Pie chart, column of a Column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
grStartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
<Chart>.StartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
saasUser (Type of variable)
The saasUser type is used to define the advanced characteristics of a user of SaaS site.
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
Query: Displaying the records corresponding to a given period
When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period......
SaaSWriteSiteParameter (Function)
Saves a specific information for a SaaS site in the configuration of a client account.
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
saasSite (Type of variable)
The saasSite type is used to define the advanced characteristics of a SaaS WEBDEV site.
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.
Keyboard shortcut and hotkey
A control in a window or page can be associated with an alphanumeric character, a key or combination of keys ("keyboard shortcut"), etc....
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Val (Function)
Returns the numeric value of a character string.
<Ansi string type>.Complete (Function)
Returns a character string of a specified length.
Asc (Function)
Returns the ASCII code of the specified character.
Complete (Function)
Returns a character string of a specified length.
ERR_NOTADEVVERSION
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....