ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
CDEject (Function)
Opens or closes the door of CD/DVD player selected on the current computer....
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Comment (Property)
The Comment property is used to manage comments.
Report based on a query
Queries are used to easily select records in one or more data files......
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.
HChangeName (Function)
Modifies the physical name of a data file.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
dCopyImage (Example)
Usage example of the dCopyImage function
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....