ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HRead (Function)
Reads a record in a file according to a given record number.
9. Generation modes
WINDEV Mobile includes different types of generation......
Environment of the project editor
The main elements of the project editor are as follows:
Compatibility between external components and deployed applications
A component can evolve in many ways......
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
12. Available tests
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
Including a supercontrol in a window or in a page
HToItem (Function)
Assigns the specified value to an item of the current record.
3-tier architecture
The development in "3-tier" architecture is now simplified......
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
Specific features of the Express version
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
HErrorLock (Function)
Used to check whether a lock error occurred.
ComponentLocate (Function)
Specifies the access path to an external component of project.
11. Internal components in practice
Internal components in practice...
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
MySelf (Reserved word)
MySelf is used to handle the current control...
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......