ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Library,Disk (External language)
Opens the project library that is stored on disk.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
The HTML control
The HTML control displays HTML pages or HTML code......
MatError (Example)
Usage example of the MatError function
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
ControlFindTextPrevious (Function)
Finds and selects the previous element corresponding to the sought text in a window or control.
ActionBarDeleteSearchHistory (Function)
Deletes the history from the search control found in the action bar of a window.
ControlFindTextNext (Function)
Finds and selects the next element corresponding to the sought text in a window or in a control.
Constants for managing videos
List of constants used by the functions for video management....
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TokenAllowDuplicate (Property)
The TokenAllowDuplicate property is used to: Allow or prevent the user from entering duplicates in a "Text token" Edit control. Determine if duplicates are allowed in a "Text token" Edit control....
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
API (Function)
Runs a function found in an external DLL.
ThreadExecute (Function)
Starts the execution of a secondary thread.
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.