ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
dbgInfo (Function)
Returns a debug information.
Customizing the errors
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV site......
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
Font (Type of variable)
A Font variable creates a font programmatically...
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
HCheckStructure (Function)
Defines the mode for comparing data files.
gLine (Function)
Builds a sequence of characters containing a line.
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
2. First tests
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 2 - First tests - 1 hr...
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
OpenChild (Function)
Opens a non-modal child window.
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
CompositeKey (Property)
The CompositeKey property determines if an item is a composite key.
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
OpenMobileWindow (Function)
Opens a window in a mobile application.
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
LabelNumberToStart (Property)
The LabelNumberToStart property is used to: Find out the number of the label on the label sheet from which the print will be performed. Modify the number of the label from which the print will be performed on the label sheet....
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......