ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
fFileName (Function)
Returns the name of an external file that is currently opened.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
ChronoReset (Function)
Stops and resets a running stopwatch.
RGB (Function)
Defines a color from its Red, Green and Blue components.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
iPrintReport (External language)
Prints a report created with the report editor.
ExceptionPropagate (Function)
Propagates an exception.
ColorHue (Function)
Calculates the hue of a color.
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
EventCreate (Function)
Creates an event.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).