ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Style sheet
A style sheet ("......
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
Other operators
The following are additional operators......
Telephony: Managing the outgoing calls
To manage the outgoing calls in a WINDEV or WINDEV Mobile application......
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
GOTO statement
The GOTO statement is used to run a code identified by a given label...
Error (Function)
Displays a custom error message in a system error window.
iParameter (Function)
Retrieves the printer configuration and configures the print.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
HSL (Function)
Creates a color from its hue, saturation and lightness.
Input (Function)
Displays a message allowing the user to type an information.
fWrite (Function)
Writes: a character string into an external file. a memory section....
First project window
Logical operators
The logical operators are as follows......
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...