ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
Properties associated with a supercontrol
List of properties associated with a supercontrol...
12. Synchronizing data
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
Telemetry management functions
The following functions are used to manage the telemetry:...
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
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....
Automatic management of exceptions
The management of exceptions can be customized by process......
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
MaxWidth (Property)
The MaxWidth property is used to get and change the maximum width of a control or window.
WEBDEV administrator: Installed sites
The "Sites" tab gives information about the dynamic WEBDEV sites installed on the computer......
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.
WEBDEV administrator: Installed Webservices
The "Webservices" tab gives information about the dynamic WEBDEV Webservices installed on the computer......
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
ControlFindTextFirst (Function)
Finds and selects the first element corresponding to the sought text in a window or control.
WinAnimationNext (Function)
Modifies the type and duration of animations used when opening and closing the next window.