ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
MySelf (Reserved word)
MySelf is used to handle the current control...
Bluetooth constants
List of constants used by the Bluetooth functions....
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
Customizing the User Groupware
Using the query result
The result of a select query can be used in......
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Code snippets
The code editor allows you to enter "Code snippets"......
Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
SFModify (Function)
Modifies the records of a file defined in Salesforce.
GglListContact (Function)
Retrieves the list of contacts associated with the specified Google account.
fDelete (Function)
Deletes a file accessible from the current computer.
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
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....
fDirSize (Function)
Returns the size of a directory in bytes.
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min