ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.ToWindows (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Window>.FromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Page>.FromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
DefaultFilePath (Property)
The DefaultFilePath property gets and sets the full file name (path and file name) suggested by default when saving a document in a Word Processing or HTML Editor control via the "Save as" option.
NbItem (Property)
The NbItem property is used to get the total number of items (including composite keys) in a record of: a file described in the data model editor, a file described programmatically, an HFSQL view, a query....
Code editor: Display options
The code editor proposes several display options......
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
ScrollbarMaxPosition (Function)
Retrieves the maximum position of one of the horizontal or vertical scrollbars found in a control of a WINDEV application.
15. Unit tests on the executable
ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control.
The HTML Display control
The HTML Display control displays a web page in an application......
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report WINDEV).
5. Modal, non-modal or MDI windows
Modal, non-modal or MDI windows...
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile......
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
12. External component
An external component is a set of WINDEV elements: windows, reports, analysis, etc....
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
Relationships in a CDM
The relationships are used to link entities among themselves or to link associations to entities......
NbKeyItem (Property)
The NbKeyItem property is used to get the total number of key items (including composite keys) in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......