ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).
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......
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
gglPostalAddress (Type of variable)
The gglPostalAddress type is used to describe and modify the postal address of a contact...
How to browse the directories of a disk?
This help page explains how to browse the directories found on a disk....
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
Record (Type of variable)
The Record type is used to save the values of a record.
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
rssSource (Type of variable)
The rssSource type is used to describe the source of an entry for an RSS stream...
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory....
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
Repetition (Type of variable)
The Repetition type is used to describe and modify the characteristics of a repetition for an appointment via the different WLanguage properties.
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
fRead (Example)
Usage example of the fRead function