ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iPageNum (Function)
Returns or initializes the number of the page currently printed.
iColumnEnd (Function)
Forces a column break in a multi-column report.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
iPageEnd (Function)
Forces the move to the next page during the report print.
iSkipPage (Function)
Forces a page skip: the corresponding code is sent to the printer spooler.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
Environment of the window editor
The main elements of window editor are as follows:
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
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.
Remote WEBDEV administrator: Create a WEBDEV account
The management of accounts is accessible in the remote administrator for the server administrator only....
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....
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...
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
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......
Detailed use of WINDEV FTP/RPC
General environment of WINDEV