ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
CameraStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
VideoStop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
VideoStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
The Dashboard control
Dashboards are essential elements in an application......
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).
grSeriesSecondaryAxis (Function)
Defines whether a series will be drawn on the secondary axis.
grSourceSeries (Function)
Defines the source of a series.
HModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
Combination (Type of variable)
A combination is a set of options.
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
grSmoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
HModifyDatabaseRights (Function)
Modifies the rights granted to a user or to a group for a HFSQL Client/Server database....
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......