ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The planes in WEBDEV
The planes are used to group the controls of an element......
ProjectInfo (Function)
Returns specific information about the project currently run.
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
<Image>.Blur (Function)
Blurs the entire given area in an Image control.
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
ExePriority (Function)
Returns or modifies the priority of an application currently run.
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
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)....
The HTML Display control
The HTML Display control displays a web page in an application......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
AnimationDuration (Property)
The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....
ERR_BAD_CONTEXT
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
Typing multilingual texts
For a multilingual application, you have the ability to......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
EmulateWindow (Function)
Indicates the test that will be run during the next window opening.
RecorderAction (Function)
Runs an action on the recorder or dictaphone found on the current device.
Deploying an action plan
Once created, the action plans must be deployed in order to be run.
Shared memory area functions
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
InPHPSimulatorMode (Function)
Indicates whether the code is run in PHP simulator mode.
InWidgetMode (Function)
Indicates whether the code is run in Android Widget mode.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.