ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
fSize (Function)
Returns the size of a file (in bytes).
HChangeConnection (Example)
Usage example of the HChangeConnection function
SQLConnect (Example)
Usage example of the SQLConnect function
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
SNMPTrapEnable (Function)
Enables the interception of an SNMP "trap" sent by an agent.
zipExtractFile (Example)
Usage example of the zipExtractFile function
iParameterDuplicate (Function)
Configures the automatic creation of the duplicate copy generated during the next print.
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Different types of pages
WEBDEV enables you to create static sites and/or dynamic sites......
Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
Outstanding progress bars
Simple or symmetric progress bar?...
Flexible modeling editor
The flexible modeling editor allows you to easily create a "non-restricting" and "flexible" modeling, entirely included in the environment......
Native Progress Connector: Specific features and remarks
Remarks and specific features of Native Progress Connector......
HTTPSendForm (Function)
Sends an HTTP form.
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
How to create a menu?
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
SocketCreate (Example)
Usage example of the SocketCreate function