ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysDirStorageCard (Function)
Returns the path of the root directory of the primary external storage space.
<Source>.ErrorModification (Function)
Returns the value of a record item when a modification conflict occurs..
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
<Connection variable>.OperationInProgress (Function)
Returns the list of automatic operations in progress on an HFSQL server.
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
Using the task management and the schedule
Time management is extremely important......
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
DynamicServingConfigure (Function)
Indicates the environment that will be used by the "Dynamic Serving" to choose the set of pages to display.
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
Pager control properties
The WLanguage properties are used to handle the Pager control in server code and in browser code......
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
SpreadsheetTypeAndMaskSelection (Function)
Returns or modifies the type and mask of selected cells in a Spreadsheet control.
Figma: Where to find the Figma key
To use Figma import in your product, you need to specify the Figma key in the general options of WINDEV, WEBDEV or WINDEV Mobile....
Characteristics of non-maximized windows
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Working in Offline mode
When working on a laptop computer or on an offline computer, you may want to continue to work......
AAFContextMenuToString (Function)
Returns the list of options in the context menu actually displayed by the control.
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.