ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Custom properties (WLanguage)
A custom property is a code element with two events...
EnumElement (Function)
Enumerates project elements: windows, pages, reports, queries, etc.
Page templates
WEBDEV allows you to create page templates...
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
Environment of the window editor
The main elements of window editor are as follows:
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
RadioButtonAdd (Function)
Adds a new option into a Radio Button control.
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
The Ad control
The Ad control is used to monetize an Android application by displaying an ad banner that generates incomes according to the number of clicks performed by the application users....
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
iParameter (Function)
Retrieves the printer configuration and configures the print.
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
WinStatus (Function)
Identifies or modifies the window status.
HTTP constants
List of constants used by the HTTP functions....
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Salesforce functions
List of Salesforce functions...
sListPort (Function)
Returns the list of serial and parallel ports on the computer.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......
WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file......
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
General environment of WINDEV