ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
CameraGenerateThumbnail (Function)
Generates a thumbnail of the specified photo or video.
LayoutAdaptSize (Function)
Resizes a Layout control in order for all its cells to be entirely visible, without empty area.
HCS.FrameSize (Variable)
The HCS.FrameSize variable is used to resize the outgoing data frame.
dCopyImage (Example)
Usage example of the dCopyImage function
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
ChangeTarget (Function)
Changes the target of a button action.
Creating an executable: Language of the executable
When creating the executable, you have the ability to choose the languages that will be included in the executable......
Orientation (Property)
The Orientation property is used to: Get the angle (in degrees) of a Font variable. Modify the angle (in degrees) of a Font variable....
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
Style properties (help system)
To edit the styles available in the current help system, select "Help system......
InitParameter (Function)
Initializes the management of persistent values.
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
How to open a window?
Programming an indexed control
fOpen (Example)
Usage example of the fOpen function
The Cell control
The Cell control contains controls......
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min