ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WorkingHourStart (Property)
The WorkingHourStart property gets and sets the start time of working hours used:
  • by an Organizer control.
  • by a Scheduler control.
  • by a Gantt Chart column (in a Table or TreeView Table control).
WorkingHourEnd (Property)
The WorkingHourEnd property is used to identify and change the end time of working hours used:
  • by an Organizer control.
  • by a Scheduler control.
  • by a Gantt Chart column (in a Table or TreeView Table control).
<Organizer>.WorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer control.
OrganizerWorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer control.
Key and referential integrity
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)......
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
gImage (Function)
Builds a sequence of characters containing an image.
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
DnDCursor (Example)
Usage example of the DnDCursor function
DnDEvent (Example)
Usage example of the DnDEvent function
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
iDestination (Function)
Configures the print destination.
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
dCopyImage (Example)
Usage example of the dCopyImage function
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
Report viewer: "Annotate" tab
Does your application allow you to print several reports? The end user has the ability to write annotations from the report viewer......
Simplify your searches
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
AppleID (Type of variable)
The AppleID type corresponds to the identifier resulting from a successful Apple ID authentication.
DownloadInfo (Type of variable)
The DownloadInfo type is used to read the different details about a download in progress retrieved by DownloadGetInfo.
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode......
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
PageSubmit (Function)
Validates the specified page and starts the execution of a button.