ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WEBDEV styles
WEBDEV styles are advanced styles......
HNext (Function)
Sets the position on the next data file record according to a browse item.
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
HAdd (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....
Test of a query
The query editor allows you to run the test of query result......
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
HLast (Function)
Sets the position on the last record of a table according to a browse item.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
SQLFirst (Function)
Positions on the first row of the query result.
HFirst (Function)
Sets the position on the first record of a table according to the specified browse item.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.