ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
2. Projects in practice
Discover the main operations that can be performed on a project....
GPSDetectPosition (Function)
Asks to be notified when the device gets close to a given location.
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
sfExecuteProcessResult (Type of variable)
The sfExecuteProcessResult type is used to find out the result of SFExecuteProcess...
Procedure/Function
A procedure is used to associate an identifier with a statement block......
HOpenConnection (Function)
Opens a connection to a specific database.
dbgStartMemoryDiff (Function)
Starts a difference operation of the memory used by the application.
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
sfSearchResult (Type of variable)
The sfSearchResult type is used to find out the result of SFSearch...
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
WDInst: Configuring the automatic data file modification
The automatic data file modification updates the description of data files on user computers......
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
Enumeration (Type of variable)
An enumeration is a set of values......
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.
MapConfigureGglAPI (Function)
Declares additional parameters for the Map control that will be transmitted to the Google API.
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....