ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Global procedure/function
A global procedure can be used in all the processes or events of the project....
12. External component in practice
WLanguage procedure called by fCopyFile
WLanguage procedure ("callback") called by fCopyFile for each copied file.
Break in a report
The break is used to group the records corresponding to a sort criterion......
EmailCheckAddress (Function)
Checks the validity of an email address.
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
TreeDisplay (Function)
Refreshes the display of a TreeView control from a given position.
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
WinEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window. for all the application windows....
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
13. External component in practice
External component in practice...
Describing an element
A flexible modeling includes different elements linked together......
Installing a SOAP server with Apache
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
GPSStatus (Function)
Retrieves the activation status of the geolocation provider or asks to be notified when the status changes.
GanttGetTask (Function)
Gets a task using its identifier in a Gantt Chart column in a Table or TreeView Table control.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
HPrevious (Function)
Positions on the previous file record according to a browse item.
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).