ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<List Box>.Position (Function)
Displays a List Box (or a ListView) control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
SaaSAdminFindSite (Function)
Find a site in the database of SaaS Webservice.
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Code history
The code history is used to......
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....
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
Constants for managing the registry
List of constants used by the registry functions....
inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
Check the "Responsive Web Design" pages
The pages in Responsive Web Design mode can be checked like any other WEBDEV page in the browser of your choice......
BackgroundImage (Property)
The ImageFond property lets you view and modify the background image of an element: window, page, field or state.
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
PageEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used to communicate with the user for example).
Error 1038: This member already exists in the class
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
<Source>.Add (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....
FicEncryption (Property)
The FicEncryption property sets the encryption method of a table.
Clipping the window according to an image
An image can be used to easily define the shape of a window......