ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CameraPhoto (Function)
Captures a photo via a Camera control in an Android or iOS application.
Photo album functions
Photo album functions
<Camera>.Photo (Function)
Allows you to take a photo from an Android device with the properties of the Camera control passed as parameter.
AlbumPicker (Function)
Retrieves a photo, an image or a video stored in the photo album of the mobile device.
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
EnumControl (Function)
Returns the name of Nth control found in the specified element.
Optional events
By default, the codes available in the code editor correspond to the most common codes......
Creating a query
Two methods can be used to create a query......
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
Native Access to SAP
SAP is a widely used ERP......
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
8. 10 tips for better interfaces...
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....