ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

User Groupware: Multilingual applications
If your application is multilingual, it is also necessary to manage multilingualism in the User Groupware windows/pages......
Table,Insert (External language)
Inserts an element into a table at a given position.
Screen,ScreenToFile (External language)
Updates the items in the data file with the values from the bound controls in the window.
List,Search (External language)
Finds a value in a list.
Screen,XVar (External language)
Defines whether a control is included (or not) in the current window.
List,Select,? (External language)
Returns the element selected in the list.
Table,Select,+ (External language)
Selects an element in a Table control.
HsMenu,Mark (External language)
Finds out whether a menu option is marked or not.
HReindexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL table and returns the percentage of reindexing already performed.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
List of reserved words
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
SchedulerWorkingHourResource (Function)
Used to indicate the specific working hours per day and per resource in a Scheduler control.
HRecordToString (Function)
Converts the content of the current record to string (in a table, HFSQL view, query, etc.).
HExportXML (Function)
Exports the records found in a table (HFSQL or OLE DB), view or query to an XML file.
Native Oracle Connector: Programming with SQL functions
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used or not to configure the accessed database......
Source Code Manager (SCM)
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory area....
1. WLanguage
WINDEV Mobile tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min