ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.)....
HDuplicateRecord (Function)
Duplicates the record read in a table: the record found in memory is added into the table (query or view).
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
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, ......
Language (Property)
The Language property is used to get and change the language used.
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.
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
Global and local variable
Two types of variables are available......
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....
3-tier architecture
The development in "3-tier" architecture is now simplified......
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.