ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
Error 1023: The access to the method of the class is restricted by a private inheritance
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Error 1029: The access to the base class is restricted by a protected inheritance
Error 1013: The access to the member of the class is restricted by a protected inheritance
Error 1030: The access to the base class is restricted by a private inheritance
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Applet control properties
List of properties associated with the Applet control...
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
ReplicEdit: Replication editor
ReplicEdit is a tool used to define the characteristics of a replication......
WindowsVersion (Function)
Returns the runtime mode of Windows.
ThreadMode (Function)
Changes the management mode of threads.
5. Displaying a WEBDEV Session site
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
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.
13. Debugger
GetCountryISO (Function)
Returns the desired ISO code of a country corresponding to the caption or ISO code (of a different type) of the country according to the ISO 3166-1 standard.
BCToImage (Function)
Generates the image of a bar code.